fixed typo

This commit is contained in:
Arvid Norberg 2008-04-22 21:02:05 +00:00
parent e8e5308e6b
commit 1607acd0f8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ udp_socket::udp_socket(asio::io_service& ios, udp_socket::callback_t const& c
void udp_socket::send(udp::endpoint const& ep, char const* p, int len, asio::error_code& ec)
{
if (e == asio::error::operation_aborted) return;
if (ec == asio::error::operation_aborted) return;
if (m_tunnel_packets)
{