git-svn-id: file:///svn/unbound/trunk@2302 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2010-10-20 10:14:12 +00:00
parent ea85e23516
commit 25a2e1da5a
+1 -1
View File
@@ -277,7 +277,7 @@ infra_host(struct infra_cache* infra, struct sockaddr_storage* addr,
* Perhaps it has rate-limited the traffic, or it
* drops particular queries (AAAA). ignore timeouts,
* and use the jostle timeout for rtt estimate. */
*to = infra->jostle;
*to = (int)infra->jostle;
*edns_vs = data->edns_version;
*edns_lame_known = data->edns_lame_known;
lock_rw_unlock(&e->lock);