fixes some typos

This commit is contained in:
Peter Thorson
2013-05-10 17:18:33 -05:00
parent 58fd1b80c2
commit 3ac8a99cec

View File

@@ -539,7 +539,7 @@ protected:
&type::handle_connect,
this,
tcon,
con_timer
con_timer,
callback,
lib::placeholders::_1
)
@@ -573,7 +573,7 @@ protected:
connect_handler callback, const boost::system::error_code& ec)
{
if (ec == boost::asio::error::operation_aborted ||
dns_timer->expires_from_now().is_negative())
con_timer->expires_from_now().is_negative())
{
m_alog->write(log::alevel::devel,"async_connect cancelled");
return;