mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05: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…
Reference in New Issue
Block a user