Fix modlist bug in last commit

This commit is contained in:
Kurt Zeilenga 1999-07-29 18:19:06 +00:00
parent 51d16c18a9
commit 79e28bda6f

View 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 )
{