X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Flibcli%2Fldap%2Fldap.h;h=c27aba8d7af08ff129b69797929a3fd1278ae11f;hp=6492df41d96b1af3599eec2a25c1b0cf02c939ab;hb=367b3bfa12aada4254cfdb8e1de5929be675c952;hpb=6d18904b037a39aeff2cad29fb2db84e0d1b2fe4 diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h index 6492df41d96..c27aba8d7af 100644 --- a/source4/libcli/ldap/ldap.h +++ b/source4/libcli/ldap/ldap.h @@ -57,7 +57,7 @@ enum ldap_result_code { 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,