mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix ad_inlist typo on oc->required
This commit is contained in:
parent
2aec424646
commit
ce4466655e
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ int ad_inlist(
|
|||
int i;
|
||||
for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
|
||||
rc = is_at_subtype( desc->ad_type,
|
||||
oc->soc_allowed[i] );
|
||||
oc->soc_required[i] );
|
||||
if( rc ) return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue