mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
ACL: remove useless NULL check.
This commit is contained in:
parent
d5fe17dc11
commit
53ba09e08a
@ -600,7 +600,7 @@ int ACLCheckCommandPerm(client *c) {
|
|||||||
return ACL_DENIED_KEY;
|
return ACL_DENIED_KEY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (keyidx) getKeysFreeResult(keyidx);
|
getKeysFreeResult(keyidx);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we survived all the above checks, the user can execute the
|
/* If we survived all the above checks, the user can execute the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user