From d570a0af0be442d6d1e253309d9bbae9562669cf Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 26 Mar 2010 10:08:47 +0100 Subject: s4:auth/credentials/credentials.c - initialise more content Now all data should be initialised --- source4/auth/credentials/credentials.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c index 2515c4ce75..358ee1b85e 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; -- cgit