Ignore:
Timestamp:
29/03/2009 14:51:24 (3 years ago)
Author:
chris
Message:

Change type of BackupStoreFilename? not to derive from std::string, so
it can't accidentally be used as one.

Fix use of encrypted filename in deleted file message, thanks to Kenny
Millington for reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2460 r2481  
    13871387                        BackupClientDeleteList &rdel(rContext.GetDeleteList()); 
    13881388 
     1389                        BackupStoreFilenameClear clear(en->GetName()); 
    13891390                        std::string localName = MakeFullPath(rLocalPath, 
    1390                                 en->GetName()); 
     1391                                clear.GetClearFilename()); 
    13911392                         
    13921393                        // Delete this entry -- file or directory? 
Note: See TracChangeset for help on using the changeset viewer.