Changeset 154 for trunk


Ignore:
Timestamp:
Aug 21, 2008, 10:39:38 AM (17 years ago)
Author:
Yuri Dario
Message:

If a pending time is stored, do not change also the file. Fixes ticket:60.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/trans2.c

    r136 r154  
    49034903                }
    49044904        }
    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
    49064911        DEBUG(10,("smb_set_file_time: setting utimes to modified values.\n"));
    49074912
     
    49094914                return map_nt_error_from_unix(errno);
    49104915        }
     4916#ifdef __OS2__
     4917        }
     4918#endif
    49114919        notify_fname(conn, NOTIFY_ACTION_MODIFIED, action, fname);
    49124920
Note: See TracChangeset for help on using the changeset viewer.