Skip to content

Commit

Permalink
CID 157206
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Jul 20, 2017
1 parent 733732a commit 1e0b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void redis_cluster_load(redisCluster *c, char *name, int name_len TSRMLS_DC) {
} else if (Z_TYPE_P(z_value) == IS_DOUBLE) {
read_timeout = Z_DVAL_P(z_value);
} else if (Z_TYPE_P(z_value) == IS_LONG) {
timeout = Z_LVAL_P(z_value);
read_timeout = Z_LVAL_P(z_value);
}
}

Expand Down

0 comments on commit 1e0b065

Please sign in to comment.