diff --git a/src/server.c b/src/server.c index 3ca87b684..145d515c4 100644 --- a/src/server.c +++ b/src/server.c @@ -4144,6 +4144,7 @@ int processCommand(client *c) { c->cmd->proc != discardCommand && c->cmd->proc != watchCommand && c->cmd->proc != unwatchCommand && + c->cmd->proc != resetCommand && !(c->cmd->proc == shutdownCommand && c->argc == 2 && tolower(((char*)c->argv[1]->ptr)[0]) == 'n') &&