Fixed typo preventing compilation

This commit is contained in:
antirez 2011-09-16 12:11:48 +02:00
parent 1e8f56bcef
commit fa1876d48d

View File

@ -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"