8000 Missing merge. · DQPHP/phpredis@956e3e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 956e3e4

Browse files
committed
Missing merge.
1 parent 265feef commit 956e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ PHPAPI int redis_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) {
450450
}
451451
}
452452

453-
redis_sock = redis_sock_create(host, host_len, port, timeout, persistent, persistent_id, persistent_id_len);
453+
redis_sock = redis_sock_create(host, host_len, port, timeout, persistent, persistent_id);
454454

455455
if (redis_sock_server_open(redis_sock, 1 TSRMLS_CC) < 0) {
456456
redis_free_socket(redis_sock);

0 commit comments

Comments
 (0)
0