summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-10-14 02:19:19 +0000
committerTim Potter <tpot@samba.org>2003-10-14 02:19:19 +0000
commit90380a684af244175d216344101e734c85220a7b (patch)
tree0a7142951443c31426fae15ffd073c97821ae870 /source/nsswitch/wb_common.c
parent7c7ef9680b7378e12ffdd0bf95ee7ad673bea2f5 (diff)
downloadsamba-90380a684af244175d216344101e734c85220a7b.tar.gz
samba-90380a684af244175d216344101e734c85220a7b.tar.xz
samba-90380a684af244175d216344101e734c85220a7b.zip
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.
Diffstat (limited to 'source/nsswitch/wb_common.c')
-rw-r--r--source/nsswitch/wb_common.c2
1 files changed, 0 insertions, 2 deletions
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;
}