Skip to content
Snippets Groups Projects
Commit cf5489ff authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 1808f5e2
Branches
Tags
No related merge requests found
......@@ -1151,6 +1151,10 @@ acl_check_modlist(
}
break;
/* adding attribute thru modrdn */
case SLAP_MOD_SOFTADD:
break;
default:
assert( 0 );
return( 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment