From 90380a684af244175d216344101e734c85220a7b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Oct 2003 02:19:19 +0000 Subject: Undo previous commit because it breaks the build. DEBUG() should not be called in winbind client code as it's actually dynamically linked by glibc into programs that use the nsswitch database functions. --- source/nsswitch/wb_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/nsswitch/wb_common.c') diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c index 468b532cbea..79553e9e4fa 100644 --- a/source/nsswitch/wb_common.c +++ b/source/nsswitch/wb_common.c @@ -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; } -- cgit