]> git.pond.sub.org Git - empserver/commit
ef_verify: Fix test for undumpable tables
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Jun 2016 04:33:36 +0000 (06:33 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 18:09:17 +0000 (20:09 +0200)
commit18b5d162485f500365c8342fce667a18c02e332b
tree118979fcf5af2cbcf0b2f94cffb4012878b297dd
parentbb0f3a656ef1bd9e1541e891e714f57234c003b7
ef_verify: Fix test for undumpable tables

Virtual selectors can't be used in xundump, since we lack a setter to
go with ca_get().  verify_ca() verifies they don't occur in tables
that can be xundumped.

When I restricted xundump to tables with a file name (commit 029d929,
v4.3.28), I neglected to update the test in verify_ca().

Factor out the correct test into xundumpable().  Use it to fix
verify_ca().

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/xdump.h
src/lib/common/ef_verify.c
src/lib/common/xundump.c