Misc cleanup

This commit is contained in:
Sang Seok Lim 2004-11-01 19:10:54 +00:00
parent 2ed313e7f2
commit 55b4021183

View 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;
}