Break out init of orig-ptr to yang_start() to be made after options
This commit is contained in:
parent
ba40f5a929
commit
43bfc82942
8 changed files with 24 additions and 3 deletions
|
|
@ -866,6 +866,7 @@ main(int argc,
|
|||
/* Initialize plugin module by creating a handle holding plugin and callback lists */
|
||||
if (clixon_plugin_module_init(h) < 0)
|
||||
goto done;
|
||||
yang_start(h);
|
||||
/* In case ietf-yang-metadata is loaded by application, handle annotation extension */
|
||||
if (yang_metadata_init(h) < 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue