diff options
Diffstat (limited to 'source4/auth/credentials/credentials.c')
-rw-r--r-- | source4/auth/credentials/credentials.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c index 358ee1b85e..5f2658d5bd 100644 --- a/source4/auth/credentials/credentials.c +++ b/source4/auth/credentials/credentials.c @@ -63,6 +63,8 @@ _PUBLIC_ struct cli_credentials *cli_credentials_init(TALLOC_CTX *mem_ctx) cred->realm = NULL; cred->principal = NULL; cred->salt_principal = NULL; + cred->impersonate_principal = NULL; + cred->target_service = NULL; cred->bind_dn = NULL; |