[Box Backup-dev] COMMIT r776 - box/chris/general/bin/bbstored
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Fri, 11 Aug 2006 09:35:03 +0100
Author: chris
Date: 2006-08-11 09:35:03 +0100 (Fri, 11 Aug 2006)
New Revision: 776
Modified:
box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
Log:
* BackupStoreDaemon.cpp
- Win32 compile fix
Modified: box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
===================================================================
--- box/chris/general/bin/bbstored/BackupStoreDaemon.cpp 2006-08-11 08:34:19 UTC (rev 775)
+++ box/chris/general/bin/bbstored/BackupStoreDaemon.cpp 2006-08-11 08:35:03 UTC (rev 776)
@@ -41,10 +41,10 @@
mpAccounts(0),
mExtendedLogging(false),
mHaveForkedHousekeeping(false),
- mIsHousekeepingProcess(false),
#ifdef WIN32
mHousekeepingInited(false)
#else
+ mIsHousekeepingProcess(false),
mInterProcessComms(mInterProcessCommsSocket)
#endif
{