mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 17:24:17 -04:00
commit
c4f75fe898
11 changed files with 14 additions and 14 deletions
|
@ -202,7 +202,7 @@ namespace net_utils
|
|||
|
||||
virtual bool thread_init()
|
||||
{
|
||||
return m_config.m_phandler->init_server_thread();;
|
||||
return m_config.m_phandler->init_server_thread();
|
||||
}
|
||||
|
||||
virtual bool thread_deinit()
|
||||
|
|
|
@ -237,7 +237,7 @@ namespace net_utils
|
|||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");
|
||||
}
|
||||
|
||||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");;
|
||||
return send_hook("Unknown command. Try list, nodes, config, fetch, version or quit\n");
|
||||
}
|
||||
|
||||
bool handle_list_command()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue