]> git.sur5r.net Git - openldap/commitdiff
Revert "update entryCSN (and operational attrs in general) when changing memberOf...
authorHoward Chu <hyc@openldap.org>
Tue, 24 May 2011 18:06:56 +0000 (11:06 -0700)
committerHoward Chu <hyc@openldap.org>
Tue, 24 May 2011 18:06:56 +0000 (11:06 -0700)
This reverts commit 716eaf0e8b3554d8a1629970cab5490c9ffab97c.

servers/slapd/overlays/memberof.c

index 3f96b25c9fb2815c620f145b98a945b396a74739..7697a085230aa63ea4d4178b3555f91d47ae65e3 100644 (file)
@@ -387,7 +387,6 @@ memberof_value_modify(
        ml->sml_flags = SLAP_MOD_INTERNAL;
        ml->sml_next = op2.orm_modlist;
        op2.orm_modlist = ml;
-       op2.orm_no_opattrs = 0;
 
        if ( new_ndn != NULL ) {
                BackendInfo *bi = op2.o_bd->bd_info;