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:
@@ -1768,7 +1768,6 @@ public:
|
||||
|
||||
for (;;)
|
||||
{
|
||||
boost::system::error_code ec;
|
||||
socket_holder new_socket;
|
||||
std::size_t addr_len = 0;
|
||||
if (peer_endpoint)
|
||||
|
||||
Reference in New Issue
Block a user