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:
Wouter Wijngaards 2009-01-05 08:30:25 +00:00
parent ccdc0e3c53
commit 4c76f1c003
2 changed files with 4 additions and 0 deletions

View file

@ -247,6 +247,7 @@ add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err)
""
#endif
);
return 0;
}
/* open fd */

View file

@ -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.