summaryrefslogtreecommitdiff
path: root/lib/mgmt_be_client.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-11-13 09:19:07 -0500
committerGitHub <noreply@github.com>2023-11-13 09:19:07 -0500
commitc62c0181f07241fa3beb0a3aec3c39401ed8e5c7 (patch)
tree9ac69a71c8e0e843896de01ecefaade0da4554eb /lib/mgmt_be_client.c
parent5dcd9f65e37f2817e29aa127135b3a32805ed2bf (diff)
parentb8a2efbf2f062dd5dc6ab0c660b3cba3f2f469f5 (diff)
Merge pull request #14768 from idryzhov/mgmtd-base-xpath
lib, mgmtd: respect base xpath in mgmtd
Diffstat (limited to 'lib/mgmt_be_client.c')
-rw-r--r--lib/mgmt_be_client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mgmt_be_client.c b/lib/mgmt_be_client.c
index d1651dde1d..b8aa07a793 100644
--- a/lib/mgmt_be_client.c
+++ b/lib/mgmt_be_client.c
@@ -426,8 +426,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, NULL, 0, err_buf, sizeof(err_buf),
- &error);
+ NULL, err_buf, sizeof(err_buf), &error);
if (error) {
err_buf[sizeof(err_buf) - 1] = 0;
MGMTD_BE_CLIENT_ERR(