Unverified Commit 24c53925 authored by Itamar Haber's avatar Itamar Haber Committed by GitHub
Browse files

Merge pull request #7092 from itamarhaber/fix-5629

Prevents default save configuration being reset...
parents 1aa31e4d a063c8c1
...@@ -5160,7 +5160,6 @@ int main(int argc, char **argv) { ...@@ -5160,7 +5160,6 @@ int main(int argc, char **argv) {
"Sentinel needs config file on disk to save state. Exiting..."); "Sentinel needs config file on disk to save state. Exiting...");
exit(1); exit(1);
} }
resetServerSaveParams();
loadServerConfig(configfile,options); loadServerConfig(configfile,options);
sdsfree(options); sdsfree(options);
} }
......
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