summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/schannel.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/torture/rpc/schannel.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/torture/rpc/schannel.c')
-rw-r--r--source4/torture/rpc/schannel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c
index 26f186e912..820dfaf4a5 100644
--- a/source4/torture/rpc/schannel.c
+++ b/source4/torture/rpc/schannel.c
@@ -37,9 +37,9 @@ static BOOL test_samr_ops(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
struct samr_String name;
name.string = lp_workgroup();
- r.in.name = &name;
+ r.in.domain_name = &name;
- printf("Testing GetDomPwInfo with name %s\n", r.in.name->string);
+ printf("Testing GetDomPwInfo with name %s\n", r.in.domain_name->string);
/* do several ops to test credential chaining */
for (i=0;i<5;i++) {