Changeset 1144
- Timestamp:
- Nov 30, 2006, 3:41:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scrape/libtransmission/tracker.c
r1143 r1144 287 287 tr_fdSocketClosed( tor->fdlimit, 1 ); 288 288 } 289 if( NULL != tc->httpScrape )290 {291 /* If we are already sendy a query at the moment, we need to292 reconnect */293 tr_httpClose( tc->httpScrape );294 tc->httpScrape = NULL;295 tr_fdSocketClosed( tor->fdlimit, 1 );296 }297 289 298 290 tc->started = 0;
Note: See TracChangeset
for help on using the changeset viewer.