- Fixed compiler warnings

This commit is contained in:
Felipe Pena 2010-04-23 13:32:03 +00:00
parent e86710ce11
commit a5142d18cb

View file

@ -586,6 +586,8 @@ static inline int php_openssl_tcp_sockop_accept(php_stream *stream, php_openssl_
case STREAM_CRYPTO_METHOD_TLS_CLIENT:
sock->method = STREAM_CRYPTO_METHOD_TLS_SERVER;
break;
default:
break;
}
clisockdata->method = sock->method;