- Fixed plugin-module initialized twice in restconf-fcgi
- Test script: wait for restconf to stop
This commit is contained in:
parent
b88722fa25
commit
91a583253e
5 changed files with 29 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue