more work towards diskstore bgsave

This commit is contained in:
antirez
2011-01-07 19:31:42 +01:00
parent 36c17a53b6
commit 5b8ce85378
6 changed files with 34 additions and 11 deletions

View File

@ -633,7 +633,7 @@ void backgroundRewriteDoneHandler(int exitcode, int bysignal) {
} else {
redisLog(REDIS_WARNING,
"Background append only file rewriting terminated by signal %d",
bysitnal);
bysignal);
}
cleanup:
sdsfree(server.bgrewritebuf);