From efcba52ae5b5ff0e709da56a64eeb3621c7ebe51 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 29 Aug 2005 04:38:37 +0000 Subject: [PATCH] r9731: Fix typo (This used to be commit e4492951e56d89a2b805f644d83d4bd4be31a6b0) --- source4/lib/credentials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/credentials.c b/source4/lib/credentials.c index 69e237428cf..579f199d2e3 100644 --- a/source4/lib/credentials.c +++ b/source4/lib/credentials.c @@ -126,7 +126,7 @@ BOOL cli_credentials_set_principal(struct cli_credentials *cred, const char *val BOOL cli_credentials_authentication_requested(struct cli_credentials *cred) { - if (cred->principal_obtained == CRED_SPECIFIED) { + if (cred->principal_obtained >= CRED_SPECIFIED) { return True; } if (cred->username_obtained >= CRED_SPECIFIED) { -- 2.34.1