Changeset 875
- Timestamp:
- Sep 21, 2006, 5:12:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nat-traversal/libtransmission/tracker.c
r864 r875 156 156 return 0; 157 157 } 158 tc->dateTry = tr_date(); 158 159 tc->http = getQuery( tc ); 159 160 … … 177 178 tr_httpClose( tc->http ); 178 179 tr_fdSocketClosed( tor->fdlimit, 1 ); 179 tc->http = NULL; 180 tc->http = NULL; 181 tc->dateTry = tr_date(); 180 182 return 0; 181 183
Note: See TracChangeset
for help on using the changeset viewer.