Adjusted code to not rely on COMPAT_6_5 API
Leak in optimize xpath code
This commit is contained in:
parent
d3587b8646
commit
59b3100704
5 changed files with 31 additions and 25 deletions
|
|
@ -354,7 +354,7 @@ clixon_err_args(clixon_handle h,
|
|||
* printf("%s", cbuf_get(cb));
|
||||
* cbuf_free(cb);
|
||||
* @endcode
|
||||
* @see clixon_err_netconf_fn
|
||||
* @see clixon_error_netconf
|
||||
*/
|
||||
int
|
||||
netconf_err2cb(clixon_handle h,
|
||||
|
|
@ -409,7 +409,7 @@ netconf_err2cb(clixon_handle h,
|
|||
* @param[in] format Error string, format with argv
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error
|
||||
* @see clixon_err_netconf_fn For variant with netconf error message
|
||||
* @see clixon_netconf_error For variant with netconf error message
|
||||
*/
|
||||
int
|
||||
clixon_err_fn(clixon_handle h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue