Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
056c2aca
Commit
056c2aca
authored
Sep 16, 2011
by
antirez
Browse files
Fixed typo preventing compilation
parent
f85c383b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/aof.c
View file @
056c2aca
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment