X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServer.cpp;h=5f5d873f54d79e95d3534b4329bd931bf3fddd1f;hb=4300feb8595c8542050adedf664cd4bfda7ede12;hp=64e2af15d3aab0645a3afd45d43ad6e1825152ff;hpb=6b6fa94c913e9cd5f5460328f833f2c6b19541b1;p=lyx.git diff --git a/src/Server.cpp b/src/Server.cpp index 64e2af15d3..5f5d873f54 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -199,8 +199,8 @@ bool LyXComm::pipeServer() LYXERR(Debug::LYXSERVER, "LyXComm: Connection established"); ready_ = true; outbuf_.erase(); - DWORD status; - bool success; + DWORD status = 0; + bool success = false; while (!checkStopServer()) { // Indefinitely wait for the completion of an overlapped