Commit 98b23cce authored by ShooterIT's avatar ShooterIT
Browse files

Avoid compiler warnings

parent c8ae90fe
...@@ -1830,6 +1830,7 @@ void aclCommand(client *c) { ...@@ -1830,6 +1830,7 @@ void aclCommand(client *c) {
case ACL_DENIED_CMD: reasonstr="command"; break; case ACL_DENIED_CMD: reasonstr="command"; break;
case ACL_DENIED_KEY: reasonstr="key"; break; case ACL_DENIED_KEY: reasonstr="key"; break;
case ACL_DENIED_AUTH: reasonstr="auth"; break; case ACL_DENIED_AUTH: reasonstr="auth"; break;
default: reasonstr="unknown";
} }
addReplyBulkCString(c,reasonstr); addReplyBulkCString(c,reasonstr);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment