summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-10-13 18:34:57 +0000
committerRichard Sharpe <sharpe@samba.org>2003-10-13 18:34:57 +0000
commit0bb70fe0b43fa9e9615e405b12c2adbb4ff04594 (patch)
tree9003f6718439ffcd77a263eee43ff0e2e09ccba7 /source3/nsswitch/wb_common.c
parent447fa1f2242006cd002598bf8d944e63a824ff86 (diff)
downloadsamba-0bb70fe0b43fa9e9615e405b12c2adbb4ff04594.tar.gz
samba-0bb70fe0b43fa9e9615e405b12c2adbb4ff04594.tar.bz2
samba-0bb70fe0b43fa9e9615e405b12c2adbb4ff04594.zip
Pull my previous changes into head as well.
(This used to be commit 96f1ce740a8ebca3861bb2006b11301236a6fdb2)
Diffstat (limited to 'source3/nsswitch/wb_common.c')
-rw-r--r--source3/nsswitch/wb_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c
index 79553e9e4f..468b532cbe 100644
--- a/source3/nsswitch/wb_common.c
+++ b/source3/nsswitch/wb_common.c
@@ -191,6 +191,8 @@ 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;
}