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
27178a3f
Commit
27178a3f
authored
Jun 26, 2018
by
antirez
Browse files
Fix type of argslen in sendSynchronousCommand().
Related to #5037.
parent
1f1e724f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/replication.c
View file @
27178a3f
...
...
@@ -1323,7 +1323,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
va_list
ap
;
sds
cmd
=
sdsempty
();
sds
cmdargs
=
sdsempty
();
in
t
argslen
=
0
;
size_
t
argslen
=
0
;
va_start
(
ap
,
fd
);
while
(
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