summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-01 12:31:43 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-01 12:31:43 +0000
commitde744cb970f5e3afb174a2d923d4e7d11b266173 (patch)
tree25f88000f08db8b0720a837e1f09f184b2e9b1bd /source3/nsswitch/winbindd_cm.c
parentc5f4a4b9aded84540df4273128b471a32eb9f29b (diff)
downloadsamba-de744cb970f5e3afb174a2d923d4e7d11b266173.tar.gz
samba-de744cb970f5e3afb174a2d923d4e7d11b266173.tar.bz2
samba-de744cb970f5e3afb174a2d923d4e7d11b266173.zip
The beginnings of alternative backends for winbindd
This just splits off the dispinfo call behind a methods structure. I'll split off a few more functions soon, then we will be ready for LDAP replacement methods (This used to be commit 0216b0fca115c903ec31ed21427a83c62077dc95)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c
index f11d86d4c1..987b28e09c 100644
--- a/source3/nsswitch/winbindd_cm.c
+++ b/source3/nsswitch/winbindd_cm.c
@@ -73,7 +73,7 @@ struct winbindd_cm_conn {
POLICY_HND pol;
};
-struct winbindd_cm_conn *cm_conns = NULL;
+static struct winbindd_cm_conn *cm_conns = NULL;
/* Get a domain controller name. Cache positive and negative lookups so we
don't go to the network too often when something is badly broken. */