Skip to content

Commit 1b028c5

Browse files
committed
FIX xp_ssl.c
1 parent 26d8a62 commit 1b028c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/xp_ssl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,8 @@ static inline int php_openssl_tcp_sockop_accept(php_stream *stream, php_openssl_
22772277
nodelay = true;
22782278
}
22792279

2280+
php_socket_t clisock;
2281+
22802282
if (ZEND_ASYNC_IS_ACTIVE) {
22812283
clisock = network_async_accept_incoming(&sock->s,
22822284
xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,

0 commit comments

Comments
 (0)