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:
parent
1fc5e7a3d6
commit
d570a0af0b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user