From b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 15 May 2008 18:06:23 +0200 Subject: net rpc registry: fix getvalueraw to really print raw... Michael (This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f) --- 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 a23caf5773..bc46fbb52e 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -569,7 +569,7 @@ static NTSTATUS rpc_registry_getvalue_internal(struct net_context *c, goto done; } - print_registry_value(value, false); + print_registry_value(value, raw); done: rpccli_winreg_CloseKey(pipe_hnd, tmp_ctx, &key_hnd, NULL); -- cgit