Commit 056c2aca authored by antirez's avatar antirez
Browse files

Fixed typo preventing compilation

parent f85c383b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
void aofUpdateCurrentSize(void); void aofUpdateCurrentSize(void);
void aof_background_fsync(int fd) { void aof_background_fsync(int fd) {
bioCreateBackgroundJob(REDIS_BIO_AOF_FSYNC,(void*)(long)fd,NULL); bioCreateBackgroundJob(REDIS_BIO_AOF_FSYNC,(void*)(long)fd,NULL,NULL);
} }
/* Called when the user switches from "appendonly yes" to "appendonly no" /* Called when the user switches from "appendonly yes" to "appendonly no"
......
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