Add VLV Error

This commit is contained in:
Howard Chu 2009-07-13 13:13:38 +00:00
parent 8f336e9107
commit 91dc4501d4

View file

@ -86,6 +86,9 @@ ldap_err2string( int err )
C(LDAP_AFFECTS_MULTIPLE_DSAS, N_("Operation affects multiple DSAs"));
/* Virtual List View draft */
C(LDAP_VLV_ERROR, N_("Virtual List View error"));
C(LDAP_OTHER, N_("Other (e.g., implementation specific) error"));
/* LDAPv2 (RFC 1777) codes */