1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

s4:auth/credentials/credentials.c - initialise more content

Now all data should be initialised
This commit is contained in:
Matthias Dieter Wallnöfer 2010-03-26 10:08:47 +01:00
parent 1fc5e7a3d6
commit d570a0af0b

View File

@ -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;