Changeset 2633 for box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
- Timestamp:
- 24/02/2010 19:23:14 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
r2589 r2633 614 614 // Explict decryption 615 615 BackupClientFileAttributes storeAttr(storeAttrEnc); 616 616 617 // Compare the attributes 617 if(attr.Compare(storeAttr, true, true /* ignore both modification times */)) 618 if(attr.Compare(storeAttr, true, 619 true /* ignore both modification times */)) 618 620 { 619 621 // No update necessary
Note: See TracChangeset
for help on using the changeset viewer.
