From 48054531904f7b41cd05363c77b0208834354fae Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 31 Mar 2004 22:12:53 +0000 Subject: [PATCH] Fixed failure to initialize double tap and wait to switch timeouts. --- lib/server/CServer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/server/CServer.cpp b/lib/server/CServer.cpp index 7aa040c1..79a13bb9 100644 --- a/lib/server/CServer.cpp +++ b/lib/server/CServer.cpp @@ -117,6 +117,9 @@ CServer::CServer(const CConfig& config, CPrimaryClient* primaryClient) : // add connection addClient(m_primaryClient); + // process options locally + processOptions(); + // tell primary client about its options sendOptions(m_primaryClient);