mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
s/bvalues/values
This commit is contained in:
parent
2f924dc488
commit
a122cda534
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ remove_query_data (
|
|||
mod.sml_op = LDAP_MOD_DELETE;
|
||||
mod.sml_desc = ad_queryid;
|
||||
mod.sml_type = ad_queryid->ad_cname;
|
||||
mod.sml_bvalues = vals;
|
||||
mod.sml_values = vals;
|
||||
mod.sml_next = NULL;
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( BACK_META, DETAIL1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue