diff options
author | Günther Deschner <gd@samba.org> | 2008-05-07 18:57:43 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-09 14:59:19 +0200 |
commit | 9be17e2187a93633b23761fc2f6f0b40c94db809 (patch) | |
tree | b28b84c22ca70f8e00ff657fbb3ef09d4b02b692 /source3/winbindd | |
parent | 926cc828973c1f0dc6b72b23552dc1b7028a3c97 (diff) | |
download | samba-9be17e2187a93633b23761fc2f6f0b40c94db809.tar.gz samba-9be17e2187a93633b23761fc2f6f0b40c94db809.tar.bz2 samba-9be17e2187a93633b23761fc2f6f0b40c94db809.zip |
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap everywhere.
Guenther
(This used to be commit fe904ee77a7fec1674e9db660978c40c17897f77)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 80f6bfaab3..0b0de5ad4f 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1101,6 +1101,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx, smb_msleep(100); for (i=0; i<5; i++) { if (receive_getdc_response(mem_ctx, pss, domain->name, + &nt_version, &dc_name, NULL)) { fstrcpy(name, dc_name); namecache_store(name, 0x20, 1, &ip_list); |