]> git.sur5r.net Git - openldap/commitdiff
Add VLV Error
authorHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 13:13:38 +0000 (13:13 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 13:13:38 +0000 (13:13 +0000)
libraries/libldap/error.c

index e111418ab879d359599f03e0d373ad50611bda3f..743688888809c5fe1385af7b4ff9178bacb24dad 100644 (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 */