mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fixed compiler warnings
This commit is contained in:
parent
e86710ce11
commit
a5142d18cb
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ static inline int php_openssl_tcp_sockop_accept(php_stream *stream, php_openssl_
|
||||||
case STREAM_CRYPTO_METHOD_TLS_CLIENT:
|
case STREAM_CRYPTO_METHOD_TLS_CLIENT:
|
||||||
sock->method = STREAM_CRYPTO_METHOD_TLS_SERVER;
|
sock->method = STREAM_CRYPTO_METHOD_TLS_SERVER;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
clisockdata->method = sock->method;
|
clisockdata->method = sock->method;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue