Changeset 791 for branches/samba-3.5.x/source3
- Timestamp:
- Aug 16, 2013, 10:26:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/smbd/trans2.c
r736 r791 5488 5488 } 5489 5489 5490 #ifdef __OS2__5491 /* YD ticket#60, the file is opened, we cannot write to it,5492 * so we can return immediately (see above for more comments).5493 */5494 else {5495 #endif5496 5490 DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n")); 5497 5491 … … 5501 5495 5502 5496 if(file_ntimes(conn, &smb_fname_base, ft)!=0) { 5497 #ifdef __OS2__ 5498 // final fix for ticket #60 and ticket #165 5499 if (!setting_write_time) 5500 #endif 5503 5501 return map_nt_error_from_unix(errno); 5504 5502 } 5505 #ifdef __OS2__5506 }5507 #endif5508 5503 5509 5504 notify_fname(conn, NOTIFY_ACTION_MODIFIED, action,
Note:
See TracChangeset
for help on using the changeset viewer.