Merge pull request #7092 from itamarhaber/fix-5629

Prevents default save configuration being reset...
This commit is contained in:
Itamar Haber 2020-08-05 21:16:38 +03:00 committed by GitHub
commit 24c539251f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5160,7 +5160,6 @@ int main(int argc, char **argv) {
"Sentinel needs config file on disk to save state. Exiting...");
exit(1);
}
resetServerSaveParams();
loadServerConfig(configfile,options);
sdsfree(options);
}