Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/modules/vfs_gpfs.c

    r599 r736  
    587587
    588588        result = gpfs2smb_acl(pacl);
    589         if (result == NULL) {
    590                 goto done;
     589        if (result != NULL) {
     590                errno = 0;
    591591        }
    592592
Note: See TracChangeset for help on using the changeset viewer.