Adapt to CLIgen 4.6 API changes
This commit is contained in:
parent
48dfc1201f
commit
7d0b245174
7 changed files with 48 additions and 22 deletions
|
|
@ -955,7 +955,7 @@ yang2cli(clicon_handle h,
|
|||
handle=NULL for global namespace, this means expand callbacks must be in
|
||||
CLICON namespace, not in a cli frontend plugin.
|
||||
*/
|
||||
if (cligen_expandv_str2fn(*ptnew, (expandv_str2fn_t*)clixon_str2fn, NULL) < 0)
|
||||
if (cligen_expandv_str2fn(ptnew, (expandv_str2fn_t*)clixon_str2fn, NULL) < 0)
|
||||
goto done;
|
||||
|
||||
retval = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue