[Box Backup-commit] COMMIT r2714 - box/RELEASE/0.11rc8/bin/bbackupd

subversion at boxbackup.org subversion at boxbackup.org
Fri Aug 27 18:27:55 BST 2010


Author: chris
Date: 2010-08-27 18:27:55 +0100 (Fri, 27 Aug 2010)
New Revision: 2714

Modified:
   box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp
Log:
Undo change to 0.11rc8 as tagged.


Modified: box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp
===================================================================
--- box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp	2010-08-27 17:26:48 UTC (rev 2713)
+++ box/RELEASE/0.11rc8/bin/bbackupd/BackupClientDirectoryRecord.cpp	2010-08-27 17:27:55 UTC (rev 2714)
@@ -364,15 +364,15 @@
 					// Store on list
 					dirs.push_back(std::string(en->d_name));
 				}
+				else if (type == S_IFSOCK || type == S_IFIFO)
+				{
+					// removed notification for these types
+					// see Debian bug 479145, no objections
+				}
 				else
 				{
-					if (type == S_IFSOCK || type == S_IFIFO)
+					if(rParams.mrContext.ExcludeFile(filename))
 					{
-						// removed notification for these types
-						// see Debian bug 479145, no objections
-					}
-					else if(rParams.mrContext.ExcludeFile(filename))
-					{
  						rNotifier.NotifyFileExcluded(
 								this, 
 								filename);




More information about the Boxbackup-commit mailing list