From: Mikko Auvinen Date: Wed, 1 Apr 2015 19:52:00 +0000 (+0100) Subject: ITS#8093 add LDAP_X_CONNECTING error string X-Git-Tag: OPENLDAP_REL_ENG_2_4_41~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6abcfafc1f70621d481b68a17212edaf417aa63;hp=612bdf0e47fa45e6cb20f4a77520d36072924615;p=openldap ITS#8093 add LDAP_X_CONNECTING error string --- diff --git a/libraries/libldap/error.c b/libraries/libldap/error.c index 47a30fa12d..cf320b0424 100644 --- a/libraries/libldap/error.c +++ b/libraries/libldap/error.c @@ -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: