Fix prev commit

This commit is contained in:
Howard Chu 2011-03-04 07:22:15 +00:00
parent cfbe95dbae
commit 07147abadc

View file

@ -348,7 +348,6 @@ int bdb_modify_internal(
/* Save deleted values */
if ( rc == LDAP_NO_SUCH_ATTRIBUTE )
vals[j++] = ap->a_nvals[i];
i++;
}
BER_BVZERO(vals+j);
} else {