Changeset 2602


Ignore:
Timestamp:
31/01/2010 22:57:46 (2 years ago)
Author:
chris
Message:

Comment why excluded directories are excluded before statting them.

File:
1 edited

Legend:

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

    r2601 r2602  
    15501550                                localDirEn->d_name); 
    15511551 
     1552                        // Check whether dir is excluded before trying to 
     1553                        // stat it, to fix problems with .gvfs directories 
     1554                        // that are not readable by root causing compare 
     1555                        // to crash: 
     1556                        // http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000013.html 
    15521557                        if(rParams.IsExcludedDir(localDirPath)) 
    15531558                        { 
Note: See TracChangeset for help on using the changeset viewer.