summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-10-16 22:03:34 +0000
committerRichard Sharpe <sharpe@samba.org>2003-10-16 22:03:34 +0000
commit440e7e476e59713f43f11480dfd78569cfdb3e99 (patch)
tree61878bd5f95ca7343eaa7354288da3aaf70e8a11 /source3
parentcdd02fa792c460b6022738d23e64ff4e3526ec11 (diff)
downloadsamba-440e7e476e59713f43f11480dfd78569cfdb3e99.tar.gz
samba-440e7e476e59713f43f11480dfd78569cfdb3e99.tar.bz2
samba-440e7e476e59713f43f11480dfd78569cfdb3e99.zip
Remove DEBUG statement from wb_common.c as it should not be there.
(This used to be commit 51f12170affd87cdff23118ed16f85dd97914f0c)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/wb_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c
index 6c47d149f0..f146391653 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;
}