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:
authormichael-grunder <michael.grunder@gmail.com>2016-04-12 21:00:19 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-04-12 21:00:19 +0300
commit12453fc35bc3cebddad23b2ddbbd4d4c8578c81f (patch)
treefe3ac201910d5f81e7a28480340c0e074456eb65 /cluster_library.c
parent2a8fd3f654e72656c92c362f9594612997e77cf3 (diff)
Dereference update for php7
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 586a1481..f9d2ecce 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -892,7 +892,7 @@ cluster_map_keyspace(redisCluster *c TSRMLS_DC) {
if(!mapped && slots) {
memset(c->master, 0, sizeof(redisClusterNode*)*REDIS_CLUSTER_SLOTS);
}
- redis_sock_disconnect(*seed TSRMLS_CC);
+ redis_sock_disconnect(seed TSRMLS_CC);
}
// Clean up slots reply if we got one