Changeset 792
- Timestamp:
- Aug 16, 2013, 10:27:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/server/source3/smbd/trans2.c ¶
r751 r792 5533 5533 } 5534 5534 5535 #ifdef __OS2__5536 /* YD ticket#60, the file is opened, we cannot write to it,5537 * so we can return immediately (see above for more comments).5538 */5539 else {5540 #endif5541 5535 DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n")); 5542 5536 … … 5546 5540 5547 5541 if(file_ntimes(conn, &smb_fname_base, ft)!=0) { 5542 #ifdef __OS2__ 5543 // final fix for ticket #60 and ticket #165 5544 if (!setting_write_time) 5545 #endif 5548 5546 return map_nt_error_from_unix(errno); 5549 5547 } 5550 #ifdef __OS2__5551 }5552 #endif5553 5548 5554 5549 notify_fname(conn, NOTIFY_ACTION_MODIFIED, action,
Note:
See TracChangeset
for help on using the changeset viewer.