ACL LOG: data structures and initial functions.

This commit is contained in:
antirez
2020-01-27 18:37:52 +01:00
parent f7a94526dd
commit 577fc4388b
5 changed files with 54 additions and 5 deletions

View File

@@ -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 "