Remove a local variable that was hiding the ec parameter and preventing

error codes from being correctly propagated.
This commit is contained in:
chris_kohlhoff 2008-04-21 05:48:58 +00:00
parent 8d787ec3a5
commit fc0f2294b9

View File

@ -1767,7 +1767,6 @@ public:
for (;;)
{
asio::error_code ec;
socket_holder new_socket;
std::size_t addr_len = 0;
if (peer_endpoint)