Fixed a typo in previus commit
This commit is contained in:
parent
6b589ee48e
commit
03f1af96f9
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ std::string server::process_command(const std::string& query) {
|
|||
" unban <ipmask>, shut_down [now], restart";
|
||||
if (command == "shut_down") {
|
||||
|
||||
if (parameter == "now")
|
||||
if (parameters == "now")
|
||||
throw network::error("shut down");
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue