mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 13:27:43 +02:00
lint
git-svn-id: file:///svn/unbound/trunk@2302 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user