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
3d61cb0c
Commit
3d61cb0c
authored
Dec 18, 2015
by
antirez
Browse files
Suppress harmless warnings.
parent
ddc4d7f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
3d61cb0c
...
...
@@ -4743,7 +4743,7 @@ try_again:
/* Read the RESTORE replies. */
int
error_from_target
=
0
;
int
del_idx
=
1
;
/* Index of the key argument for the replicated DEL op. */
robj
**
newargv
;
robj
**
newargv
=
NULL
;
if
(
!
copy
)
newargv
=
zmalloc
(
sizeof
(
robj
*
)
*
(
num_keys
+
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