]> git.sur5r.net Git - openldap/commitdiff
Misc cleanup
authorSang Seok Lim <slim@openldap.org>
Mon, 1 Nov 2004 19:10:54 +0000 (19:10 +0000)
committerSang Seok Lim <slim@openldap.org>
Mon, 1 Nov 2004 19:10:54 +0000 (19:10 +0000)
servers/slapd/component.c

index 9008ab747727dd40657afa47bdea96ff39db931c..8e851bea225a8740f838cb67c01d40f932220a95 100644 (file)
@@ -147,8 +147,6 @@ slapd_ber2cav( struct berval* bv, ComponentAssertionValue* cav)
        cav->cav_ptr = cav->cav_buf = bv->bv_val;
        cav->cav_end = bv->bv_val + len;
 
-       /* FIXME: should it check return value 
-        * of ldap_pvt_filter_value_unescape? */
        return LDAP_SUCCESS;
 }