diff options
author | Michael Adam <obnox@samba.org> | 2008-05-15 18:06:23 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-15 18:06:23 +0200 |
commit | b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67 (patch) | |
tree | 32cdccc4d9ca862cb8eb5ec7d304cd5ded9ebe71 /source3/utils | |
parent | abafce6ba7defe59b2526855551264493b50f1db (diff) | |
download | samba-b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67.tar.gz samba-b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67.tar.bz2 samba-b1d6e885b1d37bf683ff0ba11ff81e4ea22e8c67.zip |
net rpc registry: fix getvalueraw to really print raw...
Michael
(This used to be commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |