mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Misc cleanup
This commit is contained in:
parent
2ed313e7f2
commit
55b4021183
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user