Commit 7f831476 authored by antirez's avatar antirez
Browse files

ACL: modify comment from PR.

parent 6078d85b
......@@ -4022,9 +4022,8 @@ int main(int argc, char **argv) {
dictSetHashFunctionSeed((uint8_t*)hashseed);
server.sentinel_mode = checkForSentinelMode(argc,argv);
initServerConfig();
/* ACLInit should run before calling moduleInitModulesSystem */
ACLInit();
ACLInit(); /* The ACL subsystem must be initialized ASAP because the
basic networking code and client creation depends on it. */
moduleInitModulesSystem();
/* Store the executable path and arguments in a safe place in order
......
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