clear list pointer in instatiated copy

This commit is contained in:
Pierangelo Masarati 2003-08-09 17:48:02 +00:00
parent 794c4942bf
commit d0a7d4a9fd

View file

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