summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_registry.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-15 12:55:54 +0200
committerMichael Adam <obnox@samba.org>2008-05-15 17:17:55 +0200
commit49835c6d9e5b838484e6e806b80d8acb7ef2ef5a (patch)
tree7a17dc1f12ab10c300adb0aab5a497d1770b2b44 /source3/utils/net_rpc_registry.c
parentf255ac9775bc86ec38855ed441aca49893353ba3 (diff)
downloadsamba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.tar.gz
samba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.tar.bz2
samba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.zip
net_registry: add raw output of value to print_registry_value().
Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
Diffstat (limited to 'source3/utils/net_rpc_registry.c')
-rw-r--r--source3/utils/net_rpc_registry.c2
1 files changed, 1 insertions, 1 deletions
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);