[Box Backup-commit] COMMIT r2229 - box/trunk/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Aug 8 23:50:55 BST 2008


Author: chris
Date: 2008-08-08 23:50:55 +0100 (Fri, 08 Aug 2008)
New Revision: 2229

Modified:
   box/trunk/lib/common/Test.cpp
Log:
Win32 compile fix for WaitForServerStartup.


Modified: box/trunk/lib/common/Test.cpp
===================================================================
--- box/trunk/lib/common/Test.cpp	2008-08-08 22:50:28 UTC (rev 2228)
+++ box/trunk/lib/common/Test.cpp	2008-08-08 22:50:55 UTC (rev 2229)
@@ -200,7 +200,7 @@
 	CloseHandle(procInfo.hProcess);
 	CloseHandle(procInfo.hThread);
 
-	return WaitForServerStart(pidFile, (int)procInfo.dwProcessId);
+	return WaitForServerStartup(pidFile, (int)procInfo.dwProcessId);
 
 #else // !WIN32
 




More information about the Boxbackup-commit mailing list