From de61a65867d6ad36de9a972c780bf1780e0b10d2 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 26 Mar 2015 09:46:06 +0000 Subject: [PATCH] - remote.c probedelay line is easier to read. git-svn-id: file:///svn/unbound/trunk@3379 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/remote.c | 2 +- doc/Changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index 894b63fee..c3e38ee2b 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -2077,7 +2077,7 @@ dump_infra_host(struct lruhash_entry* e, void* arg) d->rtt.srtt, d->rtt.rttvar, rtt_notimeout(&d->rtt), d->rtt.rto, d->timeout_A, d->timeout_AAAA, d->timeout_other, (int)d->edns_lame_known, (int)d->edns_version, - (int)(a->nowprobedelay?d->probedelay-a->now:0), + (int)(a->nowprobedelay?(d->probedelay - a->now):0), (int)d->isdnsseclame, (int)d->rec_lame, (int)d->lame_type_A, (int)d->lame_other)) { a->ssl_failed = 1; diff --git a/doc/Changelog b/doc/Changelog index d5ee3bb0e..0fd771d7c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +26 March 2015: Wouter + - remote.c probedelay line is easier to read. + 25 March 2015: Wouter - Fix #657: libunbound(3) recommends deprecated CRYPTO_set_id_callback. -- 2.47.2