]> git.sur5r.net Git - openldap/commitdiff
Fix modlist bug in last commit
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Jul 1999 18:19:06 +0000 (18:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Jul 1999 18:19:06 +0000 (18:19 +0000)
servers/slapd/back-ldbm/modify.c

index a85987723b48b81abddf130d708b3f0d040f5a41..75154c3cf9f1ff5c274bad3fe1e2112257f9067b 100644 (file)
@@ -126,6 +126,7 @@ int ldbm_modify_internal(
 
        if( save_attrs != NULL ) {
                for ( ml = modlist; ml != NULL; ml = ml->ml_next ) {
+                       mod = &ml->ml_mod;
                        if( ( mod->mod_op & ~LDAP_MOD_BVALUES )
                                == LDAP_MOD_REPLACE )
                        {