merge from develop
This commit is contained in:
commit
ed1c1e1495
2 changed files with 3 additions and 3 deletions
|
|
@ -219,7 +219,7 @@ netconf_plugin_callbacks(clicon_handle h,
|
|||
yang_stmt *yinput;
|
||||
yang_stmt *youtput;
|
||||
cxobj *xoutput;
|
||||
cbuf *cb;
|
||||
cbuf *cb = NULL;
|
||||
|
||||
if (deps != NULL){
|
||||
nreg = deps;
|
||||
|
|
|
|||
|
|
@ -1741,7 +1741,7 @@ schema_nodeid_vec(yang_node *yn,
|
|||
int retval = -1;
|
||||
char *arg;
|
||||
yang_node *ynext;
|
||||
char *nodeid;
|
||||
char *nodeid = NULL;
|
||||
int i;
|
||||
yang_stmt *ys;
|
||||
int match;
|
||||
|
|
@ -1788,7 +1788,7 @@ schema_nodeid_vec(yang_node *yn,
|
|||
if (yang_schemanode((yang_stmt*)ynext))
|
||||
*yres = (yang_stmt*)ynext;
|
||||
else
|
||||
clicon_debug(1, "%s not schema node", nodeid);
|
||||
clicon_debug(1, "%s not schema node", arg);
|
||||
goto ok;
|
||||
}
|
||||
/* recursive call using ynext */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue