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