mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix comment about ACLGetCommandPerm()
This commit is contained in:
parent
f39c9404a3
commit
59d437c727
@ -1884,7 +1884,7 @@ void sendChildCOWInfo(int ptype, char *pname);
|
|||||||
extern rax *Users;
|
extern rax *Users;
|
||||||
extern user *DefaultUser;
|
extern user *DefaultUser;
|
||||||
void ACLInit(void);
|
void ACLInit(void);
|
||||||
/* Return values for ACLCheckUserCredentials(). */
|
/* Return values for ACLCheckCommandPerm(). */
|
||||||
#define ACL_OK 0
|
#define ACL_OK 0
|
||||||
#define ACL_DENIED_CMD 1
|
#define ACL_DENIED_CMD 1
|
||||||
#define ACL_DENIED_KEY 2
|
#define ACL_DENIED_KEY 2
|
||||||
|
Loading…
Reference in New Issue
Block a user