Fixed a problem caused by recent sorting patches that made "ordered-by user" lists fail in some cases, causing multiple list entries with same keys. NACM being one example. Thanks vratnikov!

This commit is contained in:
Olof hagsand 2019-04-29 16:31:38 +02:00
parent 6bf2a74e24
commit 220a872188
3 changed files with 21 additions and 4 deletions

View file

@ -141,6 +141,7 @@
* Added libgen.h for baseline()
### Corrected Bugs
* Fixed a problem caused by recent sorting patches that made "ordered-by user" lists fail in some cases, causing multiple list entries with same keys. NACM being one example. Thanks vratnikov!
* [Restconf does not handle startup datastore according to the RFC](https://github.com/clicon/clixon/issues/74)
* Failure in startup with -m startup or running left running_db cleared.
* Running-db should not be changed on failure. Unless failure-db defined. Or if SEGV, etc. In those cases, tmp_db should include the original running-db.