mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
detect problems in saslauthz
This commit is contained in:
parent
ff919168fb
commit
a4c5f54601
1 changed files with 2 additions and 0 deletions
|
|
@ -1547,6 +1547,8 @@ static int oc_filter(
|
|||
{
|
||||
int rc = 0;
|
||||
|
||||
assert( f );
|
||||
|
||||
if( cur > *max ) *max = cur;
|
||||
|
||||
switch(f->f_choice) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue