Remove DEBUG statement from wb_common.c as it should not be there.
authorRichard Sharpe <sharpe@samba.org>
Thu, 16 Oct 2003 22:03:34 +0000 (22:03 +0000)
committerRichard Sharpe <sharpe@samba.org>
Thu, 16 Oct 2003 22:03:34 +0000 (22:03 +0000)
source/nsswitch/wb_common.c

index 6c47d149f0e5bdb5a2c8cd0886efb1e617f50c42..f146391653a19e07cf6a70f5a8bd76f267de7ce5 100644 (file)
@@ -191,8 +191,6 @@ static int winbind_named_pipe_sock(const char *dir)
        
        if (connect(fd, (struct sockaddr *)&sunaddr, 
                    sizeof(sunaddr)) == -1) {
-               DEBUG(10, ("error connecting to pipe socket: %s\n", 
-                       strerror(errno)));
                close(fd);
                return -1;
        }