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

Jeremy Allison jra at samba.org
Thu Jun 26 20:20:22 GMT 2008


The branch, v3-3-test has been updated
       via  384052f546af8c1c6848c03cad4f2ba618ba7209 (commit)
      from  cbff970facae295650742d12768f23c7f67380a6 (commit)

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


- Log -----------------------------------------------------------------
commit 384052f546af8c1c6848c03cad4f2ba618ba7209
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jun 26 13:19:40 2008 -0700

    Fix return of uninitialized variable.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index 2aae9df..cbe8f24 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -217,7 +217,7 @@ static int create_kerberos_key_from_string_direct(krb5_context context,
 						  krb5_enctype enctype,
 						  bool no_salt)
 {
-	int ret;
+	int ret = 0;
 	krb5_data salt;
 	krb5_encrypt_block eblock;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list