Fixed: [Is there an error with plugin's ca_interrupt setting ? #173](https://github.com/clicon/clixon/issues/173)
This commit is contained in:
parent
d1e5599572
commit
a129756c6c
2 changed files with 2 additions and 1 deletions
|
|
@ -112,6 +112,7 @@ Developers may need to change their code
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
|
||||||
|
* Fixed: [Is there an error with plugin's ca_interrupt setting ? #173](https://github.com/clicon/clixon/issues/173)
|
||||||
* Fixed: unknown nodes (for extenstions) did not work when placed directly under a grouping clause
|
* Fixed: unknown nodes (for extenstions) did not work when placed directly under a grouping clause
|
||||||
* Fixed: [Behaviour of Empty LIST Input in RESTCONF JSON #166](https://github.com/clicon/clixon/issues/166)
|
* Fixed: [Behaviour of Empty LIST Input in RESTCONF JSON #166](https://github.com/clicon/clixon/issues/166)
|
||||||
* Netconf split lines input (input fragments) fixed
|
* Netconf split lines input (input fragments) fixed
|
||||||
|
|
|
||||||
|
|
@ -460,7 +460,7 @@ cli_syntax_load(clicon_handle h)
|
||||||
if (cli_susp_hook(h, fns) < 0)
|
if (cli_susp_hook(h, fns) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
if (fni==NULL && (fni = cp->cp_api.ca_interrupt) != NULL)
|
if (fni==NULL && (fni = cp->cp_api.ca_interrupt) != NULL)
|
||||||
if (cli_susp_hook(h, fns) < 0)
|
if (cli_interrupt_hook(h, fni) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue