]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/error.c
Happy New Year!
[openldap] / libraries / libldap / error.c
index b022087ced02091ba9e820070bbc16c1591989da..0246e5a1ef0038d815ba88264a0df8e5e8e0f6c6 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
+ * Copyright 1998-2016 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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: