* [Strict auto completion for CLI argument expansion #163](https://github.com/clicon/clixon/issues/163)

* Fixed a bug with the extension API: different unknown statements were treated as same
This commit is contained in:
Olof hagsand 2022-03-01 09:24:29 +01:00
parent cf2de375f7
commit 0a593cd513
8 changed files with 437 additions and 15 deletions

View file

@ -3770,6 +3770,8 @@ yang_extension_value(yang_stmt *ys,
cbuf *cb = NULL;
int ret;
if (exist)
*exist = 0;
if ((cb = cbuf_new()) == NULL){
clicon_err(OE_UNIX, errno, "cbuf_new");
goto done;