Changeset 229
- Timestamp:
- Apr 11, 2006, 2:29:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simple_http_parsing/libtransmission/tracker.c
r225 r229 520 520 if( !( bePeers = tr_bencDictFind( &beAll, "peers" ) ) ) 521 521 { 522 if( tc->stopped || 0 < tc->newPort ) 523 { 524 goto nodict; 525 } 522 526 tr_err( "Tracker: no \"peers\" field" ); 523 527 goto cleanup;
Note: See TracChangeset
for help on using the changeset viewer.