Skip to content
Snippets Groups Projects
Commit 4234908b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

proxy server: check refresh job

parent c10c4251
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ DhtProxyServer::~DhtProxyServer() ...@@ -150,6 +150,7 @@ DhtProxyServer::~DhtProxyServer()
void void
DhtProxyServer::stop() DhtProxyServer::stop()
{ {
if (printStatsJob_)
printStatsJob_->cancel(); printStatsJob_->cancel();
service_->stop(); service_->stop();
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment