summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-02-11 01:29:07 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-02-11 01:29:07 +0000
commit14e6be49756eeef2486e6e305cdf051b743e023e (patch)
tree8cb9ceda3f86d29a32c5270b4140d1ca3e1bc0c2 /source3/nsswitch/wbinfo.c
parentebeda264d607e81140ad0b9bc8822b96be9a165e (diff)
downloadsamba-14e6be49756eeef2486e6e305cdf051b743e023e.tar.gz
samba-14e6be49756eeef2486e6e305cdf051b743e023e.tar.bz2
samba-14e6be49756eeef2486e6e305cdf051b743e023e.zip
A few small winbind updates:
Add a connection cache to the netlogon pipe. This makes a *massive* difference to the time-per-auth. Also fix up *some* of the memory leaks in other connection caches. Add some debugging messages for the is_connected() code. I'm thinking we should get a client implementation of SMBecho and call it here - as it would allow us to always know the DC is around before we start. Down the debug level for some of the pam_winbind code - I'll probably down it further when I'm finished debugging. Andrew Bartlett (This used to be commit 49d3e476662220775ef8da7db01ea17e77e11b0b)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index 635af6064f..f39381e507 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -162,7 +162,6 @@ static BOOL wbinfo_list_domains(void)
static BOOL wbinfo_show_sequence(void)
{
struct winbindd_response response;
- fstring name;
ZERO_STRUCT(response);