Changeset 165 for branches/samba-3.0/source/smbd/dosmode.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/dosmode.c
r124 r165 78 78 mode_t dir_mode = 0; /* Mode of the inherit_from directory if 79 79 * inheriting. */ 80 80 81 if (!lp_store_dos_attributes(SNUM(conn)) && IS_DOS_READONLY(dosmode)) { 81 82 result &= ~(S_IWUSR | S_IWGRP | S_IWOTH); … … 167 168 } 168 169 } /* Else never set the readonly bit. */ 170 169 171 #ifndef __OS2__ 170 172 if (MAP_ARCHIVE(conn) && ((sbuf->st_mode & S_IXUSR) != 0))
Note:
See TracChangeset
for help on using the changeset viewer.