From: Wouter Wijngaards Date: Wed, 20 Oct 2010 10:14:12 +0000 (+0000) Subject: lint X-Git-Tag: release-1.4.7rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a2e1da5a0c5f9ec3c8d33a125c482c7e00e024;p=thirdparty%2Funbound.git lint git-svn-id: file:///svn/unbound/trunk@2302 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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);