Fixed failure to initialize double tap and wait to switch timeouts.

This commit is contained in:
crs 2004-03-31 22:12:53 +00:00
parent 610518104b
commit 4805453190
1 changed files with 3 additions and 0 deletions

View File

@ -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);