[Box Backup-commit] COMMIT r3145 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Thu Nov 8 22:05:12 GMT 2012


Author: chris
Date: 2012-11-08 22:05:12 +0000 (Thu, 08 Nov 2012)
New Revision: 3145

Modified:
   box/trunk/infrastructure/buildenv-testmain-template.cpp
Log:
Don't flag an error if the only sockets "leaked" are syslog sockets.


Modified: box/trunk/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/trunk/infrastructure/buildenv-testmain-template.cpp	2012-11-08 20:45:39 UTC (rev 3144)
+++ box/trunk/infrastructure/buildenv-testmain-template.cpp	2012-11-08 22:05:12 UTC (rev 3145)
@@ -153,14 +153,14 @@
 						flag(S_IFLNK) <<
 						flag(S_IFSOCK) <<
 						" or " << m << ")");
+					allOk = false;
 				}
 				else
 				{
 					BOX_FATAL("File descriptor " << d << 
 						" left open (and stat failed)");
+					allOk = false;
 				}
-	
-				allOk = false;
 			}
 			else if (!report)
 			{




More information about the Boxbackup-commit mailing list