Changeset 427 for vendor/current/source3/modules/vfs_scannedonly.c
- Timestamp:
- Apr 9, 2010, 3:20:58 PM (16 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/modules/vfs_scannedonly.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/vfs_scannedonly.c
r414 r427 823 823 path_w_slash = name_w_ending_slash(ctx,path); 824 824 dirp = SMB_VFS_NEXT_OPENDIR(handle, path, NULL, 0); 825 826 827 825 828 while ((dire = SMB_VFS_NEXT_READDIR(handle, dirp, NULL)) != NULL) { 826 829 if (ISDOT(dire->d_name) || ISDOTDOT(dire->d_name)) { … … 879 882 } 880 883 } 881 return SMB_VFS_NEXT_CLOSEDIR(handle, dirp); 884 SMB_VFS_NEXT_CLOSEDIR(handle, dirp); 885 return SMB_VFS_NEXT_RMDIR(handle, path); 882 886 } 883 887
Note:
See TracChangeset
for help on using the changeset viewer.
