From 440e7e476e59713f43f11480dfd78569cfdb3e99 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Thu, 16 Oct 2003 22:03:34 +0000 Subject: Remove DEBUG statement from wb_common.c as it should not be there. (This used to be commit 51f12170affd87cdff23118ed16f85dd97914f0c) --- source3/nsswitch/wb_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nsswitch/wb_common.c') 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; } -- cgit