Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6a1c00c9
Commit
6a1c00c9
authored
Jul 11, 2016
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
32a54943
51c1d40d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-check-rdb.c
View file @
6a1c00c9
...
@@ -180,7 +180,7 @@ int redis_check_rdb(char *rdbfilename) {
...
@@ -180,7 +180,7 @@ int redis_check_rdb(char *rdbfilename) {
char
buf
[
1024
];
char
buf
[
1024
];
long
long
expiretime
,
now
=
mstime
();
long
long
expiretime
,
now
=
mstime
();
FILE
*
fp
;
FILE
*
fp
;
rio
rdb
;
static
rio
rdb
;
/* Pointed by global struct riostate. */
if
((
fp
=
fopen
(
rdbfilename
,
"r"
))
==
NULL
)
return
1
;
if
((
fp
=
fopen
(
rdbfilename
,
"r"
))
==
NULL
)
return
1
;
...
...
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