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:
parent
4514f2a538
commit
aaa18897ef
4 changed files with 11 additions and 183 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue