mirror of https://mirror.osredm.com/root/redis.git
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…
Reference in New Issue