fixed stopped timer from previous commit
This commit is contained in:
parent
cc954f60d1
commit
c48c5dc34f
1 changed files with 1 additions and 0 deletions
|
@ -484,6 +484,7 @@ void NetworkPluginServer::pingTimeout() {
|
|||
exec_(CONFIG_STRING(m_config, "service.backend").c_str(), CONFIG_STRING(m_config, "service.backend_host").c_str(), CONFIG_STRING(m_config, "service.backend_port").c_str(), m_config->getConfigFile().c_str());
|
||||
}
|
||||
}
|
||||
m_pingTimer->start();
|
||||
}
|
||||
|
||||
void NetworkPluginServer::handleUserCreated(User *user) {
|
||||
|
|
Loading…
Add table
Reference in a new issue