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
2262dd18
Commit
2262dd18
authored
Feb 04, 2019
by
antirez
Browse files
ACL: fix user/rule inverted error message.
parent
623b1742
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/acl.c
View file @
2262dd18
...
...
@@ -992,7 +992,7 @@ int ACLLoadConfiguredUsers(void) {
char
*
errmsg
=
ACLSetUserStringError
();
serverLog
(
LL_WARNING
,
"Error loading ACL rule '%s' for "
"the user named '%s': %s"
,
aclrules
[
0
],
aclrules
[
j
],
errmsg
);
aclrules
[
j
],
aclrules
[
0
],
errmsg
);
return
C_ERR
;
}
}
...
...
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