Changeset 154
- Timestamp:
- Aug 21, 2008, 10:39:38 AM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/trans2.c
r134 r154 4162 4162 fsp_set_pending_modtime(fsp, ts[1]); 4163 4163 } 4164 4165 } 4164 } 4165 #ifdef __OS2__ 4166 /* YD ticket#60, the file is opened, we cannot write to it, 4167 * so we can return immediately (see above for more comments). 4168 */ 4169 else { 4170 #endif 4166 4171 DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n")); 4167 4172 … … 4169 4174 return map_nt_error_from_unix(errno); 4170 4175 } 4176 #ifdef __OS2__ 4177 } 4178 #endif 4171 4179 if (action != 0) { 4172 4180 notify_fname(conn, NOTIFY_ACTION_MODIFIED, action, fname); -
trunk/samba/source/smbd/trans2.c
r136 r154 4903 4903 } 4904 4904 } 4905 4905 #ifdef __OS2__ 4906 /* YD ticket#60, the file is opened, we cannot write to it, 4907 * so we can return immediately (see above for more comments). 4908 */ 4909 else { 4910 #endif 4906 4911 DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n")); 4907 4912 … … 4909 4914 return map_nt_error_from_unix(errno); 4910 4915 } 4916 #ifdef __OS2__ 4917 } 4918 #endif 4911 4919 notify_fname(conn, NOTIFY_ACTION_MODIFIED, action, fname); 4912 4920
Note:
See TracChangeset
for help on using the changeset viewer.