[Box Backup-commit] COMMIT r1634 - box/chris/general/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed May 9 11:28:40 BST 2007


Author: chris
Date: 2007-05-09 11:28:40 +0100 (Wed, 09 May 2007)
New Revision: 1634

Modified:
   box/chris/general/lib/server/Daemon.cpp
Log:
Initialise mSingleProcess flag to false (oops!) (merges [1617])


Modified: box/chris/general/lib/server/Daemon.cpp
===================================================================
--- box/chris/general/lib/server/Daemon.cpp	2007-05-09 10:27:23 UTC (rev 1633)
+++ box/chris/general/lib/server/Daemon.cpp	2007-05-09 10:28:40 UTC (rev 1634)
@@ -52,6 +52,7 @@
 	: mpConfiguration(NULL),
 	  mReloadConfigWanted(false),
 	  mTerminateWanted(false),
+	  mSingleProcess(false),
 	  mKeepConsoleOpenAfterFork(false)
 {
 	if(spDaemon != NULL)




More information about the Boxbackup-commit mailing list