mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
fix operational attrs addition
This commit is contained in:
parent
dbb88f203b
commit
bdb661440b
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ backsql_modify( Operation *op, SlapReply *rs )
|
|||
goto done;
|
||||
}
|
||||
|
||||
slap_mods_opattrs( op, op->orm_modlist, 1 );
|
||||
|
||||
oc = backsql_id2oc( bi, bsi.bsi_base_id.eid_oc_id );
|
||||
assert( oc != NULL );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue