1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-14 18:34:43 +00:00

(trunk libT) #4571 "can't edit UDP trackers via RPC" -- fixed.

This commit is contained in:
Jordan Lee 2011-10-17 12:44:17 +00:00
parent d6045cba2b
commit 4d74095591

View file

@ -982,7 +982,7 @@ replaceTrackers( tr_torrent * tor, tr_benc * urls )
if( tr_bencGetInt( pair[0], &pos )
&& tr_bencGetStr( pair[1], &newval )
&& tr_urlIsValid( newval, -1 )
&& tr_urlIsValidTracker( newval )
&& pos < n
&& pos >= 0 )
{