[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Fri Mar 26 11:14:41 MDT 2010


The branch, master has been updated
       via  d570a0a... s4:auth/credentials/credentials.c - initialise more content
      from  1fc5e7a... Revert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.

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


- Log -----------------------------------------------------------------
commit d570a0af0be442d6d1e253309d9bbae9562669cf
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Fri Mar 26 10:08:47 2010 +0100

    s4:auth/credentials/credentials.c - initialise more content
    
    Now all data should be initialised

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

Summary of changes:
 source4/auth/credentials/credentials.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c
index 2515c4c..358ee1b 100644
--- a/source4/auth/credentials/credentials.c
+++ b/source4/auth/credentials/credentials.c
@@ -88,6 +88,9 @@ _PUBLIC_ struct cli_credentials *cli_credentials_init(TALLOC_CTX *mem_ctx)
 	cred->priv_data = NULL;
 
 	cred->netlogon_creds = NULL;
+	cred->secure_channel_type = SEC_CHAN_NULL;
+
+	cred->kvno = 0;
 
 	cred->smb_krb5_context = NULL;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list