The branch, master has been updated
       via  61e9560... s3-net: forgot to set type in winreg getvalue operation.
      from  6234153... s4/schema: remove unnecessary deletion of dsdb_schema 
cached pointer

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 61e956036e28b8fe8c57ab47c478a542cbf44532
Author: Günther Deschner <g...@samba.org>
Date:   Fri Jul 2 13:08:00 2010 +0200

    s3-net: forgot to set type in winreg getvalue operation.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c
index 0f781bb..0814235 100644
--- a/source3/utils/net_rpc_registry.c
+++ b/source3/utils/net_rpc_registry.c
@@ -608,6 +608,8 @@ static NTSTATUS rpc_registry_getvalue_internal(struct 
net_context *c,
                goto done;
        }
 
+       value->type = type;
+
        print_registry_value(value, raw);
 
 done:


-- 
Samba Shared Repository

Reply via email to