mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10927
This commit is contained in:
parent
ab6b4679e6
commit
7e9c4d4091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user