Ensure ssl::io_op::want_ member is initialised.

This commit is contained in:
Christopher Kohlhoff 2013-08-07 09:20:57 +10:00
parent ba52bf6138
commit ad86ef20ba

View File

@ -96,6 +96,7 @@ public:
core_(core),
op_(op),
start_(0),
want_(engine::want_nothing),
bytes_transferred_(0),
handler_(ASIO_MOVE_CAST(Handler)(handler))
{