1
0
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:
Günther Deschner 2010-07-02 13:08:00 +02:00
parent 62341537d7
commit 61e956036e

View File

@ -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: