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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srv_winreg.c b/source3/librpc/gen_ndr/srv_winreg.c
index ee0b110bd6..77b4c0ce58 100644
--- a/source3/librpc/gen_ndr/srv_winreg.c
+++ b/source3/librpc/gen_ndr/srv_winreg.c
@@ -728,7 +728,7 @@ static BOOL api_winreg_EnumValue(pipes_struct *p)
ZERO_STRUCT(r.out);
r.out.name = r.in.name;
r.out.type = r.in.type;
- r.out.data = r.in.data;
+ r.out.value = r.in.value;
r.out.size = r.in.size;
r.out.length = r.in.length;
r.out.result = _winreg_EnumValue(p, &r);