mirror of
https://github.com/fluencelabs/redis
synced 2025-07-29 23:41:55 +00:00
ACL: fix user/rule inverted error message.
This commit is contained in:
@@ -992,7 +992,7 @@ int ACLLoadConfiguredUsers(void) {
|
||||
char *errmsg = ACLSetUserStringError();
|
||||
serverLog(LL_WARNING,"Error loading ACL rule '%s' for "
|
||||
"the user named '%s': %s",
|
||||
aclrules[0],aclrules[j],errmsg);
|
||||
aclrules[j],aclrules[0],errmsg);
|
||||
return C_ERR;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user