mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ad_inlist typo on oc->required
This commit is contained in:
parent
2aec424646
commit
ce4466655e
@ -456,7 +456,7 @@ int ad_inlist(
|
|||||||
int i;
|
int i;
|
||||||
for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
|
for ( i = 0; oc->soc_required[i] != NULL; i++ ) {
|
||||||
rc = is_at_subtype( desc->ad_type,
|
rc = is_at_subtype( desc->ad_type,
|
||||||
oc->soc_allowed[i] );
|
oc->soc_required[i] );
|
||||||
if( rc ) return 1;
|
if( rc ) return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user