- Misc documentation
- Test: move pid file from tmp to global storage to prevent multiple instances
This commit is contained in:
parent
8c60d81ed2
commit
580396d32f
9 changed files with 14 additions and 10 deletions
|
|
@ -473,7 +473,9 @@ clixon_module_upgrade(clicon_handle h,
|
|||
}
|
||||
if (msd->md_status == 0) /* No modstate in startup */
|
||||
goto ok;
|
||||
/* Iterate through xml modified module state */
|
||||
/* Iterate through xml modified module state
|
||||
* Note top-level here is typically module-set
|
||||
*/
|
||||
xmod = NULL;
|
||||
while ((xmod = xml_child_each(msd->md_diff, xmod, CX_ELMNT)) != NULL) {
|
||||
/* Extract namespace */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue