mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- remove uninit warning from cachedump code.
git-svn-id: file:///svn/unbound/trunk@2572 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e0fd0ef80c
commit
5ae8bec719
2 changed files with 4 additions and 0 deletions
|
|
@ -814,6 +814,7 @@ print_dp_details(SSL* ssl, struct worker* worker, struct delegpt* dp)
|
|||
return;
|
||||
}
|
||||
/* lookup in infra cache */
|
||||
delay=0;
|
||||
entry_ttl = infra_get_host_rto(worker->env.infra_cache,
|
||||
&a->addr, a->addrlen, dp->name, dp->namelen,
|
||||
&ri, &delay, *worker->env.now);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
15 December 2011: Wouter
|
||||
- remove uninit warning from cachedump code.
|
||||
|
||||
13 December 2011: Wouter
|
||||
- iana portlist updated.
|
||||
- svn tag 1.4.14rc1
|
||||
|
|
|
|||
Loading…
Reference in a new issue