]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
net rpc registry: fix getvalueraw to really print raw...
authorMichael Adam <obnox@samba.org>
Thu, 15 May 2008 16:06:23 +0000 (18:06 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 15 May 2008 16:06:23 +0000 (18:06 +0200)
Michael
(This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f)

source3/utils/net_rpc_registry.c

index a23caf5773866630ddc7496841b7d2327012a433..bc46fbb52e177bee5f99b23ae1df6299e531c1d2 100644 (file)
@@ -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);