Empty yang type. Relaxed yang types for unions, eg two strings with different length.
This commit is contained in:
parent
bc2b606167
commit
319e7707d8
14 changed files with 64 additions and 113 deletions
|
|
@ -200,7 +200,7 @@ clicon_rpc_change(clicon_handle h,
|
|||
op,
|
||||
key,
|
||||
val,
|
||||
strlen(val)+1,
|
||||
val?strlen(val)+1:0,
|
||||
__FUNCTION__)) == NULL)
|
||||
goto done;
|
||||
if (clicon_rpc_msg(h, msg, NULL, NULL, NULL, __FUNCTION__) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue