- Fixed plugin-module initialized twice in restconf-fcgi

- Test script: wait for restconf to stop
This commit is contained in:
Olof hagsand 2021-04-19 13:35:21 +02:00
parent b88722fa25
commit 91a583253e
5 changed files with 29 additions and 6 deletions

View file

@ -431,9 +431,6 @@ main(int argc,
if (dbg)
clicon_option_dump(h, dbg);
/* Initialize plugin module by creating a handle holding plugin and callback lists */
if (clixon_plugin_module_init(h) < 0)
goto done;
/* Call start function in all plugins before we go interactive */
if (clixon_plugin_start_all(h) < 0)
goto done;