mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Misc cleanup
This commit is contained in:
parent
2ed313e7f2
commit
55b4021183
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue