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

dhtnode: continue cmd loop on connectivity change

parent d8e82ca7
Branches
No related tags found
No related merge requests found
...@@ -199,6 +199,7 @@ void cmd_loop(std::shared_ptr<DhtRunner>& dht, dht_params& params ...@@ -199,6 +199,7 @@ void cmd_loop(std::shared_ptr<DhtRunner>& dht, dht_params& params
continue; continue;
} else if (op == "cc") { } else if (op == "cc") {
dht->connectivityChanged(); dht->connectivityChanged();
continue;
} }
#if OPENDHT_PROXY_SERVER #if OPENDHT_PROXY_SERVER
else if (op == "pst") { else if (op == "pst") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment