mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Add a default case with assert() just in case.
This commit is contained in:
parent
9d307b4242
commit
f89308915a
1 changed files with 4 additions and 0 deletions
|
|
@ -1131,6 +1131,10 @@ acl_check_modlist(
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
assert( 0 );
|
||||
return( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue