Ignore:
Timestamp:
14/12/2006 23:50:25 (5 years ago)
Author:
chris
Message:

Removed a hunk of the merge tree that got into [1210] by mistake
(not in [1050]).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/BackupQueries.cpp

    r1211 r1214  
    924924                std::string fileName(args[0]); 
    925925 
    926                 if(!opts['i']) 
    927                 { 
    928                         // does this remote filename include a path? 
    929                         std::string::size_type index = fileName.rfind('/'); 
    930                         if(index != std::string::npos) 
    931                         { 
    932                                 std::string dirName(fileName.substr(0, index)); 
    933                                 fileName = fileName.substr(index + 1); 
    934  
    935                                 dirId = FindDirectoryObjectID(dirName); 
    936                                 if(dirId == 0) 
    937                                 { 
    938                                         printf("Directory '%s' not found\n",  
    939                                                 dirName.c_str()); 
    940                                         return; 
    941                                 } 
    942                         } 
    943                 } 
    944  
    945926                BackupStoreFilenameClear fn(fileName); 
    946927 
Note: See TracChangeset for help on using the changeset viewer.