fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop).

This commit is contained in:
Nick Bolton
2012-07-14 00:15:07 +00:00
parent a62fee84cc
commit 4378e520f0
7 changed files with 14 additions and 14 deletions

View File

@@ -526,9 +526,6 @@ CClientApp::mainLoop()
// on unix because threads evaporate across a fork().
CSocketMultiplexer multiplexer;
// create the event queue
CEventQueue eventQueue;
// start client, etc
appUtil().startNode();