mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 23:08:47 -04:00
fix locking in count-peers thread (2)
This commit is contained in:
parent
0198ffb220
commit
f79821ac7e
4 changed files with 28 additions and 12 deletions
|
@ -320,7 +320,7 @@ int main(int argc, char* argv[])
|
|||
ccore.set_cryptonote_protocol(NULL);
|
||||
cprotocol.set_p2p_endpoint(NULL);
|
||||
|
||||
epee::net_utils::data_logger::get_instance().kill_instance();
|
||||
epee::net_utils::data_logger::kill_instance();
|
||||
LOG_PRINT("Node stopped.", LOG_LEVEL_0);
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue