- Misc documentation

- Test: move pid file from tmp to global storage to prevent multiple instances
This commit is contained in:
Olof hagsand 2022-04-14 15:20:31 +02:00
parent 8c60d81ed2
commit 580396d32f
9 changed files with 14 additions and 10 deletions

View file

@ -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 */