mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 08:59:19 -05:00
fixup getaddrinfo failure handling reported by Matthijs.
git-svn-id: file:///svn/unbound/trunk@1405 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ccdc0e3c53
commit
4c76f1c003
2 changed files with 4 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err)
|
|||
""
|
||||
#endif
|
||||
);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* open fd */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
5 January 2009: Wouter
|
||||
- fixup getaddrinfo failure handling for remote control port.
|
||||
|
||||
18 December 2008: Wouter
|
||||
- fixed bug reported by Duane Wessels: error in DLV lookup, would make
|
||||
some zones that had correct DLV keys as insecure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue