Changeset 10058
- Timestamp:
- Feb 1, 2010, 12:28:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r10034 r10058 1220 1220 } 1221 1221 1222 tier->lastAnnounceTime = now; 1223 1222 1224 if( responseCode == HTTP_OK ) 1223 1225 { 1224 tier->lastAnnounceTime = now;1225 1226 success = parseAnnounceResponse( tier, response, responseLen, &gotScrape ); 1226 1227 dbgmsg( tier, "success is %d", success ); … … 1237 1238 tr_strlcpy( tier->lastAnnounceStr, buf, 1238 1239 sizeof( tier->lastAnnounceStr ) ); 1239 1240 tier->lastAnnounceTime = now;1241 1240 1242 1241 /* if the response is serious, *and* if the response may require
Note: See TracChangeset
for help on using the changeset viewer.