diff options
author | Gerald Carter <jerry@samba.org> | 2007-01-24 14:39:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:25 -0500 |
commit | a31f10c99edd7cb80d62d377c8efead5a4846b40 (patch) | |
tree | 54b89f816e1b3b30338a74ca20fdf29749bd9e21 /source3/nsswitch/winbindd_ads.c | |
parent | 25f1710991b1d39ce057f9210c36cbaf3d1b0517 (diff) | |
download | samba-a31f10c99edd7cb80d62d377c8efead5a4846b40.tar.gz samba-a31f10c99edd7cb80d62d377c8efead5a4846b40.tar.bz2 samba-a31f10c99edd7cb80d62d377c8efead5a4846b40.zip |
r21001: * Use a simple '#define LDAPMessage void' to fix the build
problems in the nss_info interface when HAVE_LDAP is undefined.
* Revert previous ifdef HAVE_ADS brakets
* Remove an unused init function wrapper.
(This used to be commit 2ba353848b6d8d36520e7fd82576653a39c602cd)
Diffstat (limited to 'source3/nsswitch/winbindd_ads.c')
-rw-r--r-- | source3/nsswitch/winbindd_ads.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index fc6308deed..f572dd08ff 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -125,10 +125,6 @@ static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) return NULL; } - /* initialize the nss backend for this domain */ - - idmap_nss_init_domain( domain->name ); - /* set the flag that says we don't own the memory even though we do so that ads_destroy() won't destroy the structure we pass back by reference */ |