Changeset 790 for branches/samba-3.3.x
- Timestamp:
- Aug 16, 2013, 10:25:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/trans2.c
r411 r790 4961 4961 } 4962 4962 } 4963 #ifdef __OS2__4964 /* YD ticket#60, the file is opened, we cannot write to it,4965 * so we can return immediately (see above for more comments).4966 */4967 else {4968 #endif4969 4963 DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n")); 4970 4964 … … 4974 4968 4975 4969 if(file_ntimes(conn, fname, ts)!=0) { 4970 #ifdef __OS2__ 4971 // final fix for ticket #60 and ticket #165 4972 if (!setting_write_time) 4973 #endif 4976 4974 return map_nt_error_from_unix(errno); 4977 4975 } 4978 #ifdef __OS2__ 4979 } 4980 #endif 4976 4981 4977 notify_fname(conn, NOTIFY_ACTION_MODIFIED, action, fname); 4982 4978
Note:
See TracChangeset
for help on using the changeset viewer.