diff options
Diffstat (limited to 'source4/lib/credentials.c')
-rw-r--r-- | source4/lib/credentials.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index ba263260bb..f5ce886ed0 100644 --- a/source4/lib/credentials.c +++ b/source4/lib/credentials.c @@ -37,6 +37,7 @@ struct cli_credentials *cli_credentials_init(TALLOC_CTX *mem_ctx) return cred; } + cred->netlogon_creds = NULL; cred->machine_account_pending = False; cred->workstation_obtained = CRED_UNINITIALISED; cred->username_obtained = CRED_UNINITIALISED; |