Code

sysdb: Fixed check for duplicate history entries.
authorSebastian Harl <sh@tokkee.org>
Thu, 11 Dec 2014 21:42:39 +0000 (22:42 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 11 Dec 2014 21:42:39 +0000 (22:42 +0100)
commit61fb7758fbd38b620b648d18d7e14bcd11116378
tree77aef17a747fc88423148d467bd339024f8f9204
parent7a1ccee16556fd4216bb8af0697c67b850298331
sysdb: Fixed check for duplicate history entries.

current_history() returns the currently *selected* history entry. Rather, we
want the latest entry, that is, the one added last.
src/tools/sysdb/input.c