diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-22 12:48:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 12:48:15 +0200 |
| commit | 8664dd93628987f9683a1b52bd31d4b85bd0ea3f (patch) | |
| tree | b10f9255fb0c0a78c8b412898ef24abd73728a49 /lib/northbound_sysrepo.c | |
| parent | 7041353fa9ffc8271c4217d3b27fbcdad9f282f9 (diff) | |
| parent | fa7ff16e2bf0e1cc4e8b7c61a087cab289749ab5 (diff) | |
Merge pull request #15176 from LabNConsulting/chopps/mgmtd-northbound-fixes
Chopps/mgmtd northbound fixes
Diffstat (limited to 'lib/northbound_sysrepo.c')
| -rw-r--r-- | lib/northbound_sysrepo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_sysrepo.c b/lib/northbound_sysrepo.c index 198d96e381..050477af91 100644 --- a/lib/northbound_sysrepo.c +++ b/lib/northbound_sysrepo.c @@ -219,7 +219,7 @@ static int frr_sr_process_change(struct nb_config *candidate, sr_val_to_buff(sr_data, value_str, sizeof(value_str)); data = yang_data_new(xpath, value_str); - ret = nb_candidate_edit(candidate, nb_node, nb_op, xpath, NULL, data); + ret = nb_candidate_edit(candidate, nb_node, nb_op, xpath, false, NULL, data); yang_data_free(data); if (ret != NB_OK) { flog_warn( |
