Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
59d437c7
"vscode:/vscode.git/clone" did not exist on "a9a6a894e82442600f11d97d23f70b90316ca0a4"
Unverified
Commit
59d437c7
authored
Aug 11, 2020
by
Rajat Pawar
Committed by
GitHub
Aug 10, 2020
Browse files
Fix comment about ACLGetCommandPerm()
parent
f39c9404
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.h
View file @
59d437c7
...
@@ -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 ACLCheck
UserCredentials
(). */
/* Return values for ACLCheck
CommandPerm
(). */
#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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment