summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_passwd.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-02-13 00:26:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:46 -0500
commitabc28d66e9c472300271cb250313b3e8d0293abd (patch)
tree07f25928c52cbb68d4484d1e68bfac6e473be538 /source4/libnet/libnet_passwd.c
parent2f8478b27d4929d5f7ea8f92f61df57dd869ede6 (diff)
downloadsamba-abc28d66e9c472300271cb250313b3e8d0293abd.tar.gz
samba-abc28d66e9c472300271cb250313b3e8d0293abd.tar.bz2
samba-abc28d66e9c472300271cb250313b3e8d0293abd.zip
r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.
(This used to be commit 6749b9404d4e9876ecd964e038c608f05d2c0b69)
Diffstat (limited to 'source4/libnet/libnet_passwd.c')
-rw-r--r--source4/libnet/libnet_passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_passwd.c b/source4/libnet/libnet_passwd.c
index fb75f0eaaf..41d70d8208 100644
--- a/source4/libnet/libnet_passwd.c
+++ b/source4/libnet/libnet_passwd.c
@@ -548,7 +548,7 @@ static NTSTATUS libnet_SetPassword_samr(struct libnet_context *ctx, TALLOC_CTX *
/* prepare samr_LookupDomain */
d_name.string = r->samr.in.domain_name;
ld.in.connect_handle = &p_handle;
- ld.in.domain = &d_name;
+ ld.in.domain_name = &d_name;
/* 3. do a samr_LookupDomain to get the domain sid */
status = dcerpc_samr_LookupDomain(c.pdc.out.dcerpc_pipe, mem_ctx, &ld);