Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407)
This commit is contained in:
parent
923b998774
commit
46137e1394
7 changed files with 36 additions and 28 deletions
|
|
@ -227,7 +227,7 @@ main(int argc,
|
|||
goto done;
|
||||
}
|
||||
if (commit){
|
||||
if ((ret = candidate_commit(h, NULL, database, cb)) < 0)
|
||||
if ((ret = candidate_commit(h, NULL, database, 0, cb)) < 0)
|
||||
goto done;
|
||||
}
|
||||
else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue