mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +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.
|
// one was not going to be sent.
|
||||||
if (std::empty(io->inbuf_))
|
if (std::empty(io->inbuf_))
|
||||||
{
|
{
|
||||||
utp_read_drained(io->socket_.handle.utp);
|
utp_read_drained(args->socket);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
|
|
Loading…
Reference in a new issue