Changeset 124 for branches/samba-3.0/source/modules/vfs_hpuxacl.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/modules/vfs_hpuxacl.c
r39 r124 142 142 SMB_ACL_T result = NULL; 143 143 int count; 144 HPUX_ACL_T hpux_acl ;144 HPUX_ACL_T hpux_acl = NULL; 145 145 146 146 DEBUG(10, ("hpuxacl_sys_acl_get_file called for file '%s'.\n", … … 216 216 int ret = -1; 217 217 SMB_STRUCT_STAT s; 218 HPUX_ACL_T hpux_acl ;218 HPUX_ACL_T hpux_acl = NULL; 219 219 int count; 220 220
Note:
See TracChangeset
for help on using the changeset viewer.