From: Wouter Wijngaards Date: Mon, 5 Jan 2009 08:30:25 +0000 (+0000) Subject: fixup getaddrinfo failure handling reported by Matthijs. X-Git-Tag: release-1.2.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c76f1c003ccb71042a7b9e048323c638f29655b;p=thirdparty%2Funbound.git fixup getaddrinfo failure handling reported by Matthijs. git-svn-id: file:///svn/unbound/trunk@1405 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/remote.c b/daemon/remote.c index d82c1b4d8..a811e7168 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -247,6 +247,7 @@ add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err) "" #endif ); + return 0; } /* open fd */ diff --git a/doc/Changelog b/doc/Changelog index d51b7328c..8553f86ec 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.