[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-838-gc890ebc

Günther Deschner gd at samba.org
Fri Dec 21 23:15:31 GMT 2007


The branch, v3-2-test has been updated
       via  c890ebc3cad7222007e62227ec1f28d978310cbf (commit)
      from  f192737ec8140aa6570bfb49a165b31890d63b16 (commit)

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


- Log -----------------------------------------------------------------
commit c890ebc3cad7222007e62227ec1f28d978310cbf
Author: Günther Deschner <gd at samba.org>
Date:   Sat Dec 22 00:12:59 2007 +0100

    Fix uninitialized error code in do_unjoin_modify_vals_config().
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/libnet/libnet_join.c b/source/libnet/libnet_join.c
index c1ff8bb..2994c3f 100644
--- a/source/libnet/libnet_join.c
+++ b/source/libnet/libnet_join.c
@@ -390,7 +390,7 @@ static WERROR do_unjoin_modify_vals_config(TALLOC_CTX *mem_ctx,
 					   struct libnet_UnjoinCtx *r,
 					   struct registry_key *key)
 {
-	WERROR werr;
+	WERROR werr = WERR_OK;
 
 	if (r->in.unjoin_flags & WKSSVC_JOIN_FLAGS_JOIN_TYPE) {
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list