mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
parent
22cde5d4b9
commit
dce0d37130
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ void tr_peerIo::utp_init([[maybe_unused]] struct_utp_context* ctx)
|
|||
// one was not going to be sent.
|
||||
if (std::empty(io->inbuf_))
|
||||
{
|
||||
utp_read_drained(io->socket_.handle.utp);
|
||||
utp_read_drained(args->socket);
|
||||
}
|
||||
}
|
||||
return {};
|
||||
|
|
Loading…
Reference in a new issue