Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/modules/vfs_gpfs.c

    r206 r223  
    9696
    9797        TALLOC_FREE(full_path);
     98
     99        if ((result == -1) && (errno == ENOSYS)) {
     100                return SMB_VFS_NEXT_GET_REAL_FILENAME(
     101                        handle, path, name, mem_ctx, found_name);
     102        }
    98103
    99104        if (result == -1) {
Note: See TracChangeset for help on using the changeset viewer.