Fixed failure to initialize double tap and wait to switch timeouts.
This commit is contained in:
parent
610518104b
commit
4805453190
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue