diff options
Diffstat (limited to 'lib/northbound_cli.c')
| -rw-r--r-- | lib/northbound_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index f2415d3383..cba40035a3 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -1492,7 +1492,7 @@ DEFPY (show_yang_operational_data, /* Obtain data. */ dnode = yang_dnode_new(ly_ctx, false); ret = nb_oper_data_iterate(xpath, translator, 0, nb_cli_oper_data_cb, - dnode); + dnode, NULL); if (ret != NB_OK) { if (format == LYD_JSON) vty_out(vty, "{}\n"); |
