Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 833e33ec..1619af2b 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -132,7 +132,6 @@ cluster_multibulk_resp_recursive(RedisSock *sock, size_t elements,
*err = 1;
return;
}
- r->str = estrndup(buf,r->len);
break;
case TYPE_INT:
r->integer = len;