Fixed empty restconf data segv; error restconf quit; etc
This commit is contained in:
parent
4a57b60935
commit
cd33380368
7 changed files with 90 additions and 43 deletions
|
|
@ -623,7 +623,7 @@ json_parse(char *str,
|
|||
* @param[in] str String containing JSON
|
||||
* @param[out] xt On success a top of XML parse tree is created with name 'top'
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error with clicon_err called
|
||||
* @retval -1 Error with clicon_err called. Includes parse errors
|
||||
*
|
||||
* @code
|
||||
* cxobj *cx = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue