Ignore:
Timestamp:
27/08/2010 18:27:55 (21 months ago)
Author:
chris
Message:

Undo change to 0.11rc8 as tagged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2712 r2714  
    365365                                        dirs.push_back(std::string(en->d_name)); 
    366366                                } 
     367                                else if (type == S_IFSOCK || type == S_IFIFO) 
     368                                { 
     369                                        // removed notification for these types 
     370                                        // see Debian bug 479145, no objections 
     371                                } 
    367372                                else 
    368373                                { 
    369                                         if (type == S_IFSOCK || type == S_IFIFO) 
    370                                         { 
    371                                                 // removed notification for these types 
    372                                                 // see Debian bug 479145, no objections 
    373                                         } 
    374                                         else if(rParams.mrContext.ExcludeFile(filename)) 
     374                                        if(rParams.mrContext.ExcludeFile(filename)) 
    375375                                        { 
    376376                                                rNotifier.NotifyFileExcluded( 
Note: See TracChangeset for help on using the changeset viewer.