mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
#5925, set LINKED flag so it's possible to detect non-linked subs.
(But we don't check for this flag yet. Not sure what to really do about improper configs after they've gotten this far...)
This commit is contained in:
parent
1861632db1
commit
84374348e5
@ -1126,6 +1126,7 @@ glue_sub_attach( int online )
|
||||
&gi->gi_n[gi->gi_nodes].gn_pdn );
|
||||
gi->gi_nodes++;
|
||||
on->on_bi.bi_private = gi;
|
||||
ga->ga_be->be_flags |= SLAP_DBFLAG_GLUE_LINKED;
|
||||
break;
|
||||
}
|
||||
if ( !be ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user