- Fixed: [xml2txt last param not used #204](https://github.com/clicon/clixon/issues/204)
- test: coverage test scripts for CI
This commit is contained in:
parent
e9b07cebab
commit
1d29d29415
5 changed files with 37 additions and 5 deletions
|
|
@ -962,7 +962,7 @@ upgrade_callback_reg_fn(clicon_handle h,
|
|||
const char *ns,
|
||||
void *arg)
|
||||
{
|
||||
upgrade_callback_t *uc;
|
||||
upgrade_callback_t *uc = NULL;
|
||||
plugin_module_struct *ms = plugin_module_struct_get(h);
|
||||
|
||||
if (ms == NULL){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue