From ae67015bd1999c8aaa9d2937a9306cd169e1dad4 Mon Sep 17 00:00:00 2001 From: Mikko Auvinen Date: Wed, 1 Apr 2015 20:52:00 +0100 Subject: [PATCH] ITS#8093 add LDAP_X_CONNECTING error string --- libraries/libldap/error.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5