Skip to content
Snippets Groups Projects
Commit 522cd72f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix CRITICIAL typo

parent fb593fc5
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ typedef struct ldapmod {
#define LDAP_REFERRAL 0x0a /* LDAPv3 */
#define LDAP_ADMINLIMIT_EXCEEDED 0x0b /* LDAPv3 */
#define LDAP_UNAVAILABLE_CRITICIAL_EXTENSION 0x0c /* LDAPv3 */
#define LDAP_UNAVAILABLE_CRITICAL_EXTENSION 0x0c /* LDAPv3 */
#define LDAP_CONFIDENTIALITY_REQUIRED 0x0d /* LDAPv3 */
#define LDAP_SASL_BIND_IN_PROGRESS 0x0e /* LDAPv3 */
......
......@@ -34,7 +34,7 @@ static const struct ldaperror ldap_errlist[] = {
{LDAP_REFERRAL, "Referral"},
{LDAP_ADMINLIMIT_EXCEEDED, "Administrative limit exceeded"},
{LDAP_UNAVAILABLE_CRITICIAL_EXTENSION,
{LDAP_UNAVAILABLE_CRITICAL_EXTENSION,
"Criticial extension is unavailable"},
{LDAP_CONFIDENTIALITY_REQUIRED, "Confidentiality required"},
{LDAP_SASL_BIND_IN_PROGRESS, "SASL bind in progress"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment