mirror of
https://github.com/fluencelabs/redis
synced 2025-03-21 10:00:51 +00:00
parent
1f1e724f47
commit
27178a3fde
@ -1323,7 +1323,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
|
|||||||
va_list ap;
|
va_list ap;
|
||||||
sds cmd = sdsempty();
|
sds cmd = sdsempty();
|
||||||
sds cmdargs = sdsempty();
|
sds cmdargs = sdsempty();
|
||||||
int argslen = 0;
|
size_t argslen = 0;
|
||||||
va_start(ap,fd);
|
va_start(ap,fd);
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user