]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
lint
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 20 Oct 2010 10:14:12 +0000 (10:14 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 20 Oct 2010 10:14:12 +0000 (10:14 +0000)
git-svn-id: file:///svn/unbound/trunk@2302 be551aaa-1e26-0410-a405-d3ace91eadb9

services/cache/infra.c

index 99e48087a90dbfd7d495e1b2aaff885799cd06d8..2da7c399693a16fad164350aa15ccd34484dc44a 100644 (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);