mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
s/bvalues/values
This commit is contained in:
parent
2f924dc488
commit
a122cda534
@ -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 New Issue
Block a user