commit 7e9c4d409160a11b2f72ae57b273bbdf2db2bc40
Author: Enrico Forestieri <for...@lyx.org>
Date:   Sat Feb 24 12:48:02 2018 +0100

    Fix bug #10927
---
 src/Server.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Server.cpp b/src/Server.cpp
index 64e2af1..5f5d873 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

Reply via email to