mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
ACL LOG: data structures and initial functions.
This commit is contained in:
@@ -177,7 +177,7 @@ void execCommand(client *c) {
|
||||
must_propagate = 1;
|
||||
}
|
||||
|
||||
int acl_retval = ACLCheckCommandPerm(c);
|
||||
int acl_retval = ACLCheckCommandPerm(c,NULL);
|
||||
if (acl_retval != ACL_OK) {
|
||||
addReplyErrorFormat(c,
|
||||
"-NOPERM ACLs rules changed between the moment the "
|
||||
|
||||
Reference in New Issue
Block a user