Merge pull request #6339

c61abf8 remove empty statements (shopglobal)
This commit is contained in:
luigi1111 2020-04-04 12:47:31 -05:00
commit c4f75fe898
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
11 changed files with 14 additions and 14 deletions

View file

@ -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()

View file

@ -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()