Ignore:
Timestamp:
Sep 19, 2013, 5:28:01 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Client 2.1: More work on time stamps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/ndpsmb.c

    r799 r812  
    20442044                pConn->file.openattr = attrFile;
    20452045                fsphDosDateToUnixTime(pfi->stat.fdateLastWrite, pfi->stat.ftimeLastWrite, &(pConn->file.mtime));
     2046                pConn->file.newmtime = 0;
    20462047                debug_printf("NdpFileSetInfo mtime %d\n", pConn->file.mtime);
    20472048        } while (0);
Note: See TracChangeset for help on using the changeset viewer.