From 69f0adb13dc88b39cf6f4c8c5ed595c793700a89 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Oct 2003 02:19:19 +0000 Subject: [PATCH] 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. (This used to be commit 90380a684af244175d216344101e734c85220a7b) --- source3/nsswitch/wb_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 468b532cbea..79553e9e4fa 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/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; } -- 2.34.1