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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2016-10-28 17:13:16 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2016-10-28 17:13:16 +0300
commitea2b533683791afa4d612c28052dcdd04423acbe (patch)
treeadb75d7fd2bc6f9134972d4adf2765c5a4fedd5c /cluster_library.c
parent56abe197215e6ec64e63f65c6b8c1e97db5cbedf (diff)
add_assoc_bool
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 3a981631..f64ee2fb 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -2474,7 +2474,7 @@ int mbulk_resp_loop_assoc(RedisSock *redis_sock, zval *z_result,
efree(line);
} else {
add_assoc_bool_ex(z_result, Z_STRVAL_P(z_keys[i]),
- 1+Z_STRLEN_P(z_keys[i]), 0);
+ Z_STRLEN_P(z_keys[i]), 0);
}
// Clean up key context