From 96700ef79d2925a5d67a3b835924b97dcb0b3d79 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Apr 2005 03:03:28 +0000 Subject: [PATCH] r6452: This particular credentials feature needs to be NULL by default. Andrew Bartlett (This used to be commit e4e221705306c63986f384938bbab5006caeec2e) --- source4/lib/credentials.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index ba263260bb8..f5ce886ed0b 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; -- 2.34.1