From: Michael Adam Date: Thu, 15 May 2008 16:06:23 +0000 (+0200) Subject: net rpc registry: fix getvalueraw to really print raw... X-Git-Tag: samba-4.0.0alpha6~801^2~1362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67;p=thirdparty%2Fsamba.git net rpc registry: fix getvalueraw to really print raw... Michael (This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f) --- diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index a23caf57738..bc46fbb52e1 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);