Skip to content
Snippets Groups Projects
Commit c6abcfaf authored by Mikko Auvinen's avatar Mikko Auvinen Committed by Quanah Gibson-Mount
Browse files

ITS#8093 add LDAP_X_CONNECTING error string

parent 612bdf0e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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