mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue