mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
clear list pointer in instatiated copy
This commit is contained in:
parent
794c4942bf
commit
d0a7d4a9fd
1 changed files with 1 additions and 0 deletions
|
|
@ -327,6 +327,7 @@ overlay_config( BackendDB *be, const char *ov )
|
|||
prev->on_next = on2;
|
||||
}
|
||||
*on2 = *on;
|
||||
on2->on_next = NULL;
|
||||
|
||||
/* Any initialization needed? */
|
||||
if ( on->on_bi.bi_db_init ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue