diff options
author | Günther Deschner <gd@samba.org> | 2008-04-21 19:59:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-21 20:21:40 +0200 |
commit | bcbac69d1a38e128ffe8b763ac027d6eab33dcec (patch) | |
tree | 3f9c8917a791e4eee03758746ddc063e371f62d2 /source3/winbindd | |
parent | 1dd7ab38e7f7b5dae46cef4567957c71d6b5cc23 (diff) | |
download | samba-bcbac69d1a38e128ffe8b763ac027d6eab33dcec.tar.gz samba-bcbac69d1a38e128ffe8b763ac027d6eab33dcec.tar.bz2 samba-bcbac69d1a38e128ffe8b763ac027d6eab33dcec.zip |
cldap: avoid duplicate definitions so remove ads_cldap.h.
Guenther
(This used to be commit 538eefe22ad69540b9f73ffaa613d6be045de199)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 5cff052114..c62476e5eb 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1054,7 +1054,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx, DEBUG(10,("dcip_to_name: flags = 0x%x\n", (unsigned int)ads->config.flags)); - if (domain->primary && (ads->config.flags & ADS_KDC)) { + if (domain->primary && (ads->config.flags & NBT_SERVER_KDC)) { if (ads_closest_dc(ads)) { char *sitename = sitename_fetch(ads->config.realm); |