summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_winreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/srv_winreg.c')
-rw-r--r--source3/librpc/gen_ndr/srv_winreg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/srv_winreg.c b/source3/librpc/gen_ndr/srv_winreg.c
index cc161c91d7..ee0b110bd6 100644
--- a/source3/librpc/gen_ndr/srv_winreg.c
+++ b/source3/librpc/gen_ndr/srv_winreg.c
@@ -729,8 +729,8 @@ static BOOL api_winreg_EnumValue(pipes_struct *p)
r.out.name = r.in.name;
r.out.type = r.in.type;
r.out.data = r.in.data;
- r.out.data_size = r.in.data_size;
- r.out.value_length = r.in.value_length;
+ r.out.size = r.in.size;
+ r.out.length = r.in.length;
r.out.result = _winreg_EnumValue(p, &r);
if (p->rng_fault_state) {