Test: remove obsolete test_ openconfig_system

Add branch with-defaults to github workflow
Check in parameter in yang_extension_value
This commit is contained in:
Olof hagsand 2022-07-22 16:57:46 +02:00
parent 4514f2a538
commit aaa18897ef
4 changed files with 11 additions and 183 deletions

View file

@ -3656,6 +3656,10 @@ yang_extension_value(yang_stmt *ys,
cbuf *cb = NULL;
int ret;
if (ys == NULL){
clicon_err(OE_YANG, EINVAL, "ys is NULL");
goto done;
}
if (exist)
*exist = 0;
if ((cb = cbuf_new()) == NULL){