Remove a local variable that was hiding the ec parameter and preventing
error codes from being correctly propagated.
This commit is contained in:
parent
8d787ec3a5
commit
fc0f2294b9
@ -1767,7 +1767,6 @@ public:
|
||||
|
||||
for (;;)
|
||||
{
|
||||
asio::error_code ec;
|
||||
socket_holder new_socket;
|
||||
std::size_t addr_len = 0;
|
||||
if (peer_endpoint)
|
||||
|
Loading…
Reference in New Issue
Block a user