svn commit: samba r3096 - in branches/SAMBA_4_0/source/libcli/ldap: .

metze at samba.org metze at samba.org
Wed Oct 20 22:44:11 GMT 2004


Author: metze
Date: 2004-10-20 22:44:08 +0000 (Wed, 20 Oct 2004)
New Revision: 3096

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/libcli/ldap&rev=3096&nolog=1

Log:
typo

metze

Modified:
   branches/SAMBA_4_0/source/libcli/ldap/ldap.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/ldap/ldap.h	2004-10-20 20:48:31 UTC (rev 3095)
+++ branches/SAMBA_4_0/source/libcli/ldap/ldap.h	2004-10-20 22:44:08 UTC (rev 3096)
@@ -57,7 +57,7 @@
 	LDAP_TIME_LIMIT_EXCEEDED		= 3,
 	LDAP_SIZE_LIMIT_EXCEEDED		= 4,
 	LDAP_COMPARE_FALSE			= 5,
-	LDAP_COMPARE_TRUe			= 6,
+	LDAP_COMPARE_TRUE			= 6,
 	LDAP_AUTH_METHOD_NOT_SUPPORTED		= 7,
 	LDAP_STRONG_AUTH_REQUIRED		= 8,
 	LDAP_REFERRAL				= 10,



More information about the samba-cvs mailing list