- Timestamp:
- 27/08/2010 18:27:55 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp
r2712 r2714 365 365 dirs.push_back(std::string(en->d_name)); 366 366 } 367 else if (type == S_IFSOCK || type == S_IFIFO) 368 { 369 // removed notification for these types 370 // see Debian bug 479145, no objections 371 } 367 372 else 368 373 { 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)) 375 375 { 376 376 rNotifier.NotifyFileExcluded(
Note: See TracChangeset
for help on using the changeset viewer.
