fixes ITS#1582 (didn't trap SLAP_MOD_SOFTADD modification type)

This commit is contained in:
Pierangelo Masarati 2002-02-06 08:41:05 +00:00
parent 1808f5e28b
commit cf5489ff00

View file

@ -1151,6 +1151,10 @@ acl_check_modlist(
}
break;
/* adding attribute thru modrdn */
case SLAP_MOD_SOFTADD:
break;
default:
assert( 0 );
return( 0 );