[Box Backup-dev] COMMIT r772 - box/chris/general/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 10 10:12:40 BST 2006


Author: chris
Date: 2006-08-10 09:12:39 +0000 (Thu, 10 Aug 2006)
New Revision: 772

Modified:
   box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
Log:
* BackupStoreDaemon.cpp
- Don't initialise mHousekeepingInited on Unix (not needed)


Modified: box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
===================================================================
--- box/chris/general/bin/bbstored/BackupStoreDaemon.cpp	2006-08-10 09:12:17 UTC (rev 771)
+++ box/chris/general/bin/bbstored/BackupStoreDaemon.cpp	2006-08-10 09:12:39 UTC (rev 772)
@@ -42,10 +42,11 @@
 	  mExtendedLogging(false),
 	  mHaveForkedHousekeeping(false),
 	  mIsHousekeepingProcess(false),
-#ifndef WIN32
-	  mInterProcessComms(mInterProcessCommsSocket),
+#ifdef WIN32
+	  mHousekeepingInited(false)
+#else
+	  mInterProcessComms(mInterProcessCommsSocket)
 #endif
-	  mHousekeepingInited(false)
 {
 }
 




More information about the Boxbackup-dev mailing list