summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 17:38:51 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 17:38:51 +0200
commitada0e343b2225471a8e623aca7d9aa314857af6c (patch)
tree13edb511f0a28f2db3da723485bc4bfdfb18cad0 /source4/torture/rpc
parentfed4658c1bb7112b32653cbb4ce1856d6fbc7b34 (diff)
downloadsamba-ada0e343b2225471a8e623aca7d9aa314857af6c.tar.gz
samba-ada0e343b2225471a8e623aca7d9aa314857af6c.tar.bz2
samba-ada0e343b2225471a8e623aca7d9aa314857af6c.zip
Sync parameter names with samba 3.
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/winreg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c
index 759e9e6528..bd897f0ada 100644
--- a/source4/torture/rpc/winreg.c
+++ b/source4/torture/rpc/winreg.c
@@ -1542,8 +1542,8 @@ static bool test_QueryValue(struct dcerpc_pipe *p,
r.in.value_name = talloc_zero(tctx, struct winreg_String);
r.in.value_name->name = valuename;
r.in.type = &zero_type;
- r.in.size = &offered;
- r.in.length = &zero;
+ r.in.data_size = &offered;
+ r.in.data_length = &zero;
status = dcerpc_winreg_QueryValue(p, tctx, &r);
if (NT_STATUS_IS_ERR(status)) {