Missed passing recv_buf to one openssl_operation constructor call.

This commit is contained in:
chris_kohlhoff 2006-07-22 00:10:18 +00:00
parent 874cafad30
commit 7dfa277052

View File

@ -212,6 +212,7 @@ public:
&ssl_wrap<mutex_type>::SSL_connect:
&ssl_wrap<mutex_type>::SSL_accept,
next_layer,
impl->recv_buf,
impl->ssl,
impl->ext_bio);
op.start();