2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-25 14:32:08 +00:00

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

error codes from being correctly propagated. Fixes #1820.


[SVN r44679]
This commit is contained in:
Christopher Kohlhoff
2008-04-21 05:52:20 +00:00
parent 888b36fa55
commit 482e083b76

View File

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