From: Wouter Wijngaards Date: Fri, 23 Jan 2015 16:00:33 +0000 (+0000) Subject: Fixup control socket test for OSX. X-Git-Tag: release-1.5.2rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a20c4a331696b5836004c86a192ed787812aff;p=thirdparty%2Funbound.git Fixup control socket test for OSX. git-svn-id: file:///svn/unbound/trunk@3320 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/listen_dnsport.c b/services/listen_dnsport.c index ef9a4acf5..44a28a60b 100644 --- a/services/listen_dnsport.c +++ b/services/listen_dnsport.c @@ -600,6 +600,7 @@ create_local_accept_sock(const char *path, int* noproto) int s; struct sockaddr_un sun; + verbose(VERB_ALGO, "creating unix socket %s", path); #ifdef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN /* this member exists on BSDs, not Linux */ sun.sun_len = (socklen_t)sizeof(sun); diff --git a/testdata/ctrl_pipe.tpkg b/testdata/ctrl_pipe.tpkg index 06695e820..877fcf901 100644 Binary files a/testdata/ctrl_pipe.tpkg and b/testdata/ctrl_pipe.tpkg differ