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
|
// add connection
|
||||||
addClient(m_primaryClient);
|
addClient(m_primaryClient);
|
||||||
|
|
||||||
|
// process options locally
|
||||||
|
processOptions();
|
||||||
|
|
||||||
// tell primary client about its options
|
// tell primary client about its options
|
||||||
sendOptions(m_primaryClient);
|
sendOptions(m_primaryClient);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue