From 288e2ca814514ebd4e8e323770f73bebd50f9c95 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 1 Jan 2008 23:37:50 +0000 Subject: [PATCH] don't stop the torrent just because of a tracker error --- libtransmission/torrent.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 4c730c957..fd5836009 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -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: