mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix operational attrs addition
This commit is contained in:
parent
dbb88f203b
commit
bdb661440b
@ -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 New Issue
Block a user