Skip to content

Commit

Permalink
Merge pull request #797 from AntonAbik/796
Browse files Browse the repository at this point in the history
Netconf service commit missing "persist-id" tag fixes #796
  • Loading branch information
Abhi Keshav committed Jun 6, 2018
2 parents 2616224 + 912c9bb commit dd0c84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/cpp/core/src/netconf_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bool NetconfService::commit(NetconfServiceProvider& provider, bool confirmed,

if (persist_id > -1)
{
rpc->get_input_node().create_datanode("persist", std::to_string(persist_id));
rpc->get_input_node().create_datanode("persist-id", std::to_string(persist_id));
}

auto read_datanode = (*rpc)(provider.get_session());
Expand Down

0 comments on commit dd0c84c

Please sign in to comment.