diff options
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/winreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 08ec8f5ea1..b544e74181 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -1564,7 +1564,7 @@ static bool test_EnumValue(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t size = max_valbufsize, zero = 0; bool ret = true; uint8_t buf8; - struct winreg_StringBuf name; + struct winreg_ValNameBuf name; name.name = ""; name.size = 1024; |