[SCM] Samba Shared Repository - branch master updated - 98e1dd64ab5a5a0f9298684e09ab4637606b5b7c

Günther Deschner gd at samba.org
Fri Nov 21 14:57:47 GMT 2008


The branch, master has been updated
       via  98e1dd64ab5a5a0f9298684e09ab4637606b5b7c (commit)
      from  35ac6236bdf560f8ea3e4c2e268cdb0c9c71e1cd (commit)

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


- Log -----------------------------------------------------------------
commit 98e1dd64ab5a5a0f9298684e09ab4637606b5b7c
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 21 15:56:30 2008 +0100

    s3-libnetjoin: fix build warning.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index bb59a2b..bd127f8 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -1690,7 +1690,7 @@ static WERROR libnet_join_check_config(TALLOC_CTX *mem_ctx,
 		}
 
 		if (!valid_security) {
-			const char *sec;
+			const char *sec = NULL;
 			switch (lp_security()) {
 			case SEC_SHARE: sec = "share"; break;
 			case SEC_USER:  sec = "user"; break;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list