a couple of debug lines
authorAndrew Tridgell <tridge@samba.org>
Sun, 30 Aug 1998 16:33:48 +0000 (16:33 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 30 Aug 1998 16:33:48 +0000 (16:33 +0000)
source/nmbd/asyncdns.c

index 9926045d82153b3e3531a85a58142e6d980ce69d..8f28f515eab146d07f760f3999a06110f9f4f381 100644 (file)
@@ -136,6 +136,7 @@ void start_async_dns(void)
        CatchChild();
 
        if (pipe(fd1) || pipe(fd2)) {
+               DEBUG(0,("can't create asyncdns pipes\n"));
                return;
        }
 
@@ -146,6 +147,7 @@ void start_async_dns(void)
                fd_out = fd2[1];
                close(fd1[1]);
                close(fd2[0]);
+               DEBUG(0,("started asyncdns process %d\n", child_pid));
                return;
        }