summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp
index 6b985af8..7cf4859b 100644
--- a/lib/common/Test.cpp
+++ b/lib/common/Test.cpp
@@ -200,7 +200,7 @@ int LaunchServer(const std::string& rCommandLine, const char *pidFile)
CloseHandle(procInfo.hProcess);
CloseHandle(procInfo.hThread);
- return WaitForServerStart(pidFile, (int)procInfo.dwProcessId);
+ return WaitForServerStartup(pidFile, (int)procInfo.dwProcessId);
#else // !WIN32