r6452: This particular credentials feature needs to be NULL by default.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Apr 2005 03:03:28 +0000 (03:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:38 +0000 (13:11 -0500)
Andrew Bartlett
(This used to be commit e4e221705306c63986f384938bbab5006caeec2e)

source4/lib/credentials.c

index ba263260bb8710da90e6f6c52550dca877e078d1..f5ce886ed0b2f5bf82b3face30961ae13959cb24 100644 (file)
@@ -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;