]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup getaddrinfo failure handling reported by Matthijs.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jan 2009 08:30:25 +0000 (08:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jan 2009 08:30:25 +0000 (08:30 +0000)
git-svn-id: file:///svn/unbound/trunk@1405 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c
doc/Changelog

index d82c1b4d80be970c9a12b390b12459ce2d7635dc..a811e716801bcffe3133ef9c8d22236da74c7035 100644 (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 */
index d51b7328cdafffb107c97d917c22b17f0f62fe65..8553f86ec6d78f0f21ea5c7d8e065e2df36202d6 100644 (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.