Changeset 736 for branches/samba-3.5.x/source3/smbd/open.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/smbd/open.c
r733 r736 2297 2297 SMB_ASSERT(!is_ntfs_stream_smb_fname(smb_dname)); 2298 2298 2299 /* Ensure we have a directory attribute. */ 2300 file_attributes |= FILE_ATTRIBUTE_DIRECTORY; 2299 if (!(file_attributes & FILE_FLAG_POSIX_SEMANTICS)) { 2300 /* Ensure we have a directory attribute. */ 2301 file_attributes |= FILE_ATTRIBUTE_DIRECTORY; 2302 } 2301 2303 2302 2304 DEBUG(5,("open_directory: opening directory %s, access_mask = 0x%x, "
Note:
See TracChangeset
for help on using the changeset viewer.