From 61e956036e28b8fe8c57ab47c478a542cbf44532 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 13:08:00 +0200 Subject: s3-net: forgot to set type in winreg getvalue operation. Guenther --- source3/utils/net_rpc_registry.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net_rpc_registry.c') diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 0f781bbc03..08142357a9 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -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: -- cgit