summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-23 22:21:52 +0200
committerGünther Deschner <gd@samba.org>2008-09-24 03:34:23 +0200
commitf07431f5ba59f01975bcb8a012c94a70a0d1408b (patch)
treecd674d9a671881d3e5101abffb3f5e2c68d066f6 /source3/libads/ldap.c
parente867ff52d7a88e15a74edd0dbc775fb698268480 (diff)
downloadsamba-f07431f5ba59f01975bcb8a012c94a70a0d1408b.tar.gz
samba-f07431f5ba59f01975bcb8a012c94a70a0d1408b.tar.bz2
samba-f07431f5ba59f01975bcb8a012c94a70a0d1408b.zip
s3-nbt: use the new generated nbt.
Guenther
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index eb45e3a0dd..bfcfcf30b9 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -176,7 +176,7 @@ bool ads_closest_dc(ADS_STRUCT *ads)
static bool ads_try_connect(ADS_STRUCT *ads, const char *server, bool gc)
{
char *srv;
- struct nbt_cldap_netlogon_5 cldap_reply;
+ struct NETLOGON_SAM_LOGON_RESPONSE_EX cldap_reply;
TALLOC_CTX *mem_ctx = NULL;
bool ret = false;