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/mgmt_be_client.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/mgmt_be_client.c')
| -rw-r--r-- | lib/mgmt_be_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_be_client.c b/lib/mgmt_be_client.c index 16aea249a4..d50dd03fdc 100644 --- a/lib/mgmt_be_client.c +++ b/lib/mgmt_be_client.c @@ -449,7 +449,7 @@ static int mgmt_be_txn_cfg_prepare(struct mgmt_be_txn_ctx *txn) client_ctx->candidate_config, txn_req->req.set_cfg.cfg_changes, (size_t)txn_req->req.set_cfg.num_cfg_changes, - NULL, err_buf, sizeof(err_buf), &error); + NULL, true, err_buf, sizeof(err_buf), &error); if (error) { err_buf[sizeof(err_buf) - 1] = 0; MGMTD_BE_CLIENT_ERR( |
