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:
parent
9661762908
commit
288e2ca814
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue