diff --git a/src/dpp/cluster.cpp b/src/dpp/cluster.cpp index 88605ce256..7daa0735fa 100644 --- a/src/dpp/cluster.cpp +++ b/src/dpp/cluster.cpp @@ -313,7 +313,6 @@ void cluster::start(bool return_after) { void cluster::shutdown() { /* Signal termination */ terminating = true; - terminating.notify_all(); /* Free memory for active timers */ for (auto & t : timer_list) { delete t.second;