]> git.sur5r.net Git - openldap/commitdiff
fix operational attrs addition
authorPierangelo Masarati <ando@openldap.org>
Sun, 6 Nov 2005 23:34:03 +0000 (23:34 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 6 Nov 2005 23:34:03 +0000 (23:34 +0000)
servers/slapd/back-sql/modify.c

index c9060f98eb4a62bb3cc81526517627dbeb8e7a34..2977b3c8d60fff42c245118ae44ca6f71b2b6473 100644 (file)
@@ -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 );