mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
ITS#9868 also fixup glue_sub_del()
This commit is contained in:
parent
0d1db3c2b1
commit
fbe844f814
1 changed files with 5 additions and 0 deletions
|
|
@ -1381,6 +1381,11 @@ glue_sub_del( BackendDB *b0 )
|
|||
gi->gi_nodes--;
|
||||
}
|
||||
}
|
||||
/* Mark as no longer linked/sub */
|
||||
b0->be_flags &= ~(SLAP_DBFLAG_GLUE_SUBORDINATE|SLAP_DBFLAG_GLUE_LINKED|
|
||||
SLAP_DBFLAG_GLUE_ADVERTISE);
|
||||
b0->be_pcsn_p = &b0->be_pcsn_st;
|
||||
break;
|
||||
}
|
||||
if ( be == NULL )
|
||||
rc = LDAP_NO_SUCH_OBJECT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue