[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2453-gdb933ae

Michael Adam obnox at samba.org
Thu May 15 16:09:40 GMT 2008


The branch, v3-3-test has been updated
       via  db933ae1a9877b3485506fc8f0ecae2f2bd8a41f (commit)
      from  5b5b29302b53c31256dfa2fdefead458cb14c560 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit db933ae1a9877b3485506fc8f0ecae2f2bd8a41f
Author: Michael Adam <obnox at samba.org>
Date:   Thu May 15 18:06:23 2008 +0200

    net rpc registry: fix getvalueraw to really print raw...
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/utils/net_rpc_registry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc_registry.c b/source/utils/net_rpc_registry.c
index a23caf5..bc46fbb 100644
--- a/source/utils/net_rpc_registry.c
+++ b/source/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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list