]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/error.c
ITS#8093 add LDAP_X_CONNECTING error string
[openldap] / libraries / libldap / error.c
index 47a30fa12d4039186af0bf6c09dfbf944ae76ae1..cf320b04247bc042e79358dc9f9accbf10b05e2a 100644 (file)
@@ -150,6 +150,7 @@ ldap_err2string( int err )
        C(LDAP_MORE_RESULTS_TO_RETURN,  N_("More results to return"));
        C(LDAP_CLIENT_LOOP,                             N_("Client Loop"));
        C(LDAP_REFERRAL_LIMIT_EXCEEDED, N_("Referral Limit Exceeded"));
+       C(LDAP_X_CONNECTING,                    N_("Connecting (X)"));
 #      undef C
 
        default: