From 4c76f1c003ccb71042a7b9e048323c638f29655b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 5 Jan 2009 08:30:25 +0000 Subject: [PATCH] fixup getaddrinfo failure handling reported by Matthijs. git-svn-id: file:///svn/unbound/trunk@1405 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/remote.c | 1 + doc/Changelog | 3 +++ 2 files changed, 4 insertions(+) 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.