1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 23:14:41 +00:00

don't stop the torrent just because of a tracker error

This commit is contained in:
Charles Kerr 2008-01-01 23:37:50 +00:00
parent 9661762908
commit 288e2ca814

View file

@ -172,7 +172,6 @@ onTrackerResponse( void * tracker UNUSED, void * vevent, void * user_data )
tr_err( "Tracker: Error - %s", event->text );
tor->error = TR_ERROR_TC_ERROR;
strlcpy( tor->errorString, event->text, sizeof(tor->errorString) );
tr_torrentStop( tor );
break;
case TR_TRACKER_ERROR_CLEAR: