mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.
This commit is contained in:
parent
519feefcb4
commit
cff58b1904
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static inline bool tr_peerIoSupportsDHT (const tr_peerIo * io)
|
|||
|
||||
static inline bool tr_peerIoSupportsUTP (const tr_peerIo * io)
|
||||
{
|
||||
return io->dhtSupported;
|
||||
return io->utpSupported;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue