From 49835c6d9e5b838484e6e806b80d8acb7ef2ef5a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 15 May 2008 12:55:54 +0200 Subject: net_registry: add raw output of value to print_registry_value(). Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31) --- source3/utils/net_rpc_registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 5da19934dc..8832ad96f3 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -568,7 +568,7 @@ static NTSTATUS rpc_registry_getvalue_internal(struct net_context *c, goto done; } - print_registry_value(value); + print_registry_value(value, false); done: rpccli_winreg_CloseKey(pipe_hnd, tmp_ctx, &key_hnd, NULL); -- cgit