mirror of
https://github.com/fluencelabs/redis
synced 2025-05-04 06:52:13 +00:00
Fixed typo preventing compilation
This commit is contained in:
parent
f85c383b6c
commit
056c2acaea
@ -12,7 +12,7 @@
|
||||
void aofUpdateCurrentSize(void);
|
||||
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user