svn commit: samba r9731 - in branches/SAMBA_4_0/source/lib: .

abartlet at samba.org abartlet at samba.org
Mon Aug 29 04:38:37 GMT 2005


Author: abartlet
Date: 2005-08-29 04:38:37 +0000 (Mon, 29 Aug 2005)
New Revision: 9731

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9731

Log:
Fix typo

Modified:
   branches/SAMBA_4_0/source/lib/credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/lib/credentials.c	2005-08-29 04:36:01 UTC (rev 9730)
+++ branches/SAMBA_4_0/source/lib/credentials.c	2005-08-29 04:38:37 UTC (rev 9731)
@@ -126,7 +126,7 @@
 
 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) {



More information about the samba-cvs mailing list