mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-net: forgot to set type in winreg getvalue operation.
Guenther
This commit is contained in:
parent
62341537d7
commit
61e956036e
@ -608,6 +608,8 @@ static NTSTATUS rpc_registry_getvalue_internal(struct net_context *c,
|
||||
goto done;
|
||||
}
|
||||
|
||||
value->type = type;
|
||||
|
||||
print_registry_value(value, raw);
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user