Changeset 736 for branches/samba-3.5.x/source3/modules/vfs_gpfs.c
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/modules/vfs_gpfs.c
r599 r736 587 587 588 588 result = gpfs2smb_acl(pacl); 589 if (result == NULL) {590 goto done;589 if (result != NULL) { 590 errno = 0; 591 591 } 592 592
Note:
See TracChangeset
for help on using the changeset viewer.