in line 3749 resetServerSaveParams will set the param to null,so no need (#9943)

to do here
This commit is contained in:
丽媛自己动 2021-12-15 22:32:14 +08:00 committed by GitHub
parent a09bc5045b
commit 95f943add6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3715,7 +3715,6 @@ void initServerConfig(void) {
server.sofd = -1;
server.active_expire_enabled = 1;
server.skip_checksum_validation = 0;
server.saveparams = NULL;
server.loading = 0;
server.async_loading = 0;
server.loading_rdb_used_mem = 0;