mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 03:49:34 -05:00
Fix prev commit
This commit is contained in:
parent
72adc38cdf
commit
61155ca8e8
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ bdb_csn_commit(
|
|||
|
||||
mod.sml_op = LDAP_MOD_REPLACE;
|
||||
mod.sml_bvalues = modvals;
|
||||
mod.sml_nvalues = NULL;
|
||||
mod.sml_desc = slap_schema.si_ad_contextCSN;
|
||||
mod.sml_type = mod.sml_desc->ad_cname;
|
||||
mod.sml_next = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue