Re-inserted cli_output_reset for what was erroneuos thought to be an obsole\

te function
This commit is contained in:
Olof Hagsand 2019-03-22 16:13:51 +01:00
parent d3ac21a975
commit 0898870e68
2 changed files with 3 additions and 0 deletions

View file

@ -68,6 +68,8 @@
* Added libgen.h for baseline()
### Corrected Bugs
* Re-inserted `cli_output_reset` for what was erroneuos thought to be an obsolete function (
* See in 3.9.0 minro changes: Replaced all calls to (obsolete) `cli_output` with `fprintf`
* Allowed Yang extended Xpath functions (syntax only):
* re-match, deref, derived-from, derived-from-or-self, enum-value, bit-is-set
* XSD regular expression handling of dash(`-`)

View file

@ -455,6 +455,7 @@ clicon_eval(clicon_handle h,
{
int retval = 0;
cli_output_reset();
if (!cligen_exiting(cli_cligen(h))) {
clicon_err_reset();
if ((retval = cligen_eval(cli_cligen(h), match_obj, cvv)) < 0) {