From 25a2e1da5a0c5f9ec3c8d33a125c482c7e00e024 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 20 Oct 2010 10:14:12 +0000 Subject: [PATCH] lint git-svn-id: file:///svn/unbound/trunk@2302 be551aaa-1e26-0410-a405-d3ace91eadb9 --- services/cache/infra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cache/infra.c b/services/cache/infra.c index 99e48087a..2da7c3996 100644 --- a/services/cache/infra.c +++ b/services/cache/infra.c @@ -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); -- 2.47.2