Changeset 223 for branches/samba-3.3.x/source/modules/vfs_gpfs.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/modules/vfs_gpfs.c
r206 r223 96 96 97 97 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 } 98 103 99 104 if (result == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.