mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#8093 add LDAP_X_CONNECTING error string
This commit is contained in:
parent
7aefa46b37
commit
de76b8d1ce
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user