Adapt to clixon master

This commit is contained in:
Olof hagsand 2022-06-26 11:39:58 +02:00
parent 4dd633ba31
commit cd5b68b0b8
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
* New configure options:
* `--enable-netsnmp`
* `--with-mib-generated-yang-dir=DIR`
* Thanks Siklu for sponshoring
* Thanks to Siklu Communications LTD for sponshoring this work
## 5.8.0
Planned: July 2022

View file

@ -372,7 +372,7 @@ snmp_scalar_set(clicon_handle h,
clicon_err(OE_UNIX, errno, "cbuf_new");
goto done;
}
if (clicon_xml2cbuf(cb, xtop, 0, 0, -1) < 0)
if (clixon_xml2cbuf(cb, xtop, 0, 0, -1, 0) < 0)
goto done;
if (clicon_rpc_edit_config(h, "candidate", OP_MERGE, cbuf_get(cb)) < 0)
goto done;