1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r9731: Fix typo

(This used to be commit e4492951e5)
This commit is contained in:
Andrew Bartlett 2005-08-29 04:38:37 +00:00 committed by Gerald (Jerry) Carter
parent 24186a80eb
commit efcba52ae5

View File

@ -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) {