From eceffe690912b1fbce4ecddaffd29b52e2cf9cd1 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 27 Apr 2010 16:56:36 +0200 Subject: nbt: samlogon/netlogon structures - unify denominations --- source3/libsmb/clidgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/clidgram.c') diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index f5dbd72f22..bce57cec3a 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -279,7 +279,7 @@ bool receive_getdc_response(TALLOC_CTX *mem_ctx, /* do we still need this ? */ *nt_version = r.ntver; - returned_domain = r.data.nt5_ex.domain; + returned_domain = r.data.nt5_ex.domain_name; returned_dc = r.data.nt5_ex.pdc_name; if (!strequal(returned_domain, domain_name)) { -- cgit