diff options
-rw-r--r-- | source4/auth/credentials/credentials.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |