1
0
Fork 0
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:
Jordan Lee 2012-12-06 15:04:52 +00:00
parent 519feefcb4
commit cff58b1904

View file

@ -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;
}
/**