Unverified Commit 59d437c7 authored by Rajat Pawar's avatar Rajat Pawar Committed by GitHub
Browse files

Fix comment about ACLGetCommandPerm()

parent f39c9404
...@@ -1884,7 +1884,7 @@ void sendChildCOWInfo(int ptype, char *pname); ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment