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