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
7f831476
Commit
7f831476
authored
Jan 11, 2019
by
antirez
Browse files
ACL: modify comment from PR.
parent
6078d85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
7f831476
...
@@ -4022,9 +4022,8 @@ int main(int argc, char **argv) {
...
@@ -4022,9 +4022,8 @@ int main(int argc, char **argv) {
dictSetHashFunctionSeed
((
uint8_t
*
)
hashseed
);
dictSetHashFunctionSeed
((
uint8_t
*
)
hashseed
);
server
.
sentinel_mode
=
checkForSentinelMode
(
argc
,
argv
);
server
.
sentinel_mode
=
checkForSentinelMode
(
argc
,
argv
);
initServerConfig
();
initServerConfig
();
ACLInit
();
/* The ACL subsystem must be initialized ASAP because the
/* ACLInit should run before calling moduleInitModulesSystem */
basic networking code and client creation depends on it. */
ACLInit
();
moduleInitModulesSystem
();
moduleInitModulesSystem
();
/* Store the executable path and arguments in a safe place in order
/* Store the executable path and arguments in a safe place in order
...
...
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