#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:
Howard Chu 2009-02-05 21:54:11 +00:00
parent 1861632db1
commit 84374348e5

View File

@ -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 ) {