[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Apr 26 04:18:05 MDT 2012


The branch, master has been updated
       via  05456ac s3: Remove an unused variable
      from  ed9f903 s4-torture: never return false in the raw.composite torture test

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


- Log -----------------------------------------------------------------
commit 05456aca348deb8b72be38ba23b1945013fa2a69
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Apr 26 10:42:38 2012 +0200

    s3: Remove an unused variable
    
    Autobuild-User: Volker Lendecke <vl at samba.org>
    Autobuild-Date: Thu Apr 26 12:17:14 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c
index a32ad8d..26a1481 100644
--- a/source3/registry/reg_api.c
+++ b/source3/registry/reg_api.c
@@ -554,7 +554,6 @@ WERROR reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent,
 		     enum winreg_CreateAction *paction)
 {
 	struct registry_key *key = parent;
-	struct registry_key *create_parent;
 	TALLOC_CTX *mem_ctx;
 	char *path, *end;
 	WERROR err;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list