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 <[EMAIL PROTECTED]>
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

Reply via email to