mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix ;binary subtyping
This commit is contained in:
parent
7c90250fba
commit
435bdf24b0
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ int is_ad_subtype(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( super->ad_flags && ( super->ad_flags == sub->ad_flags )) {
|
if( super->ad_flags && ( super->ad_flags != sub->ad_flags )) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue