Changeset 9419
- Timestamp:
- Oct 27, 2009, 9:03:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r9354 r9419 1267 1267 * malformed syntax. The client SHOULD NOT repeat the 1268 1268 * request without modifications. */ 1269 publishErrorMessageAndStop( tier, _( "Tracker returned a 4xx message" ) ); 1269 if( tr_torrentIsPrivate( tier->tor ) || ( tier->tor->info.trackerCount < 2 ) ) 1270 publishErrorMessageAndStop( tier, _( "Tracker returned a 4xx message" ) ); 1270 1271 tier->manualAnnounceAllowedAt = ~(time_t)0; 1271 1272 }
Note: See TracChangeset
for help on using the changeset viewer.