Update p2pool.cpp

This commit is contained in:
SChernykh 2021-08-24 12:01:43 +02:00
parent 3229909333
commit bf5db3db08

View file

@ -620,7 +620,6 @@ static void on_signal(uv_signal_t* handle, int signum)
}
LOGINFO(1, "stopping");
bkg_jobs_tracker.wait();
uv_signal_stop(handle);
uv_stop(uv_default_loop());