]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup control socket test for OSX.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Jan 2015 16:00:33 +0000 (16:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 23 Jan 2015 16:00:33 +0000 (16:00 +0000)
git-svn-id: file:///svn/unbound/trunk@3320 be551aaa-1e26-0410-a405-d3ace91eadb9

services/listen_dnsport.c
testdata/ctrl_pipe.tpkg

index ef9a4acf5dabfa42db3262d8c545a91f9ae90af5..44a28a60b0032525db36934e9d7f318ff86b731b 100644 (file)
@@ -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);
index 06695e8200773dab73a1ed383fa6ae9b8344ad97..877fcf9010d9a442ac161b59fd79e4c509a2b737 100644 (file)
Binary files a/testdata/ctrl_pipe.tpkg and b/testdata/ctrl_pipe.tpkg differ