]> git.pond.sub.org Git - empserver/commit
Forbid omitting rows in config item and sect-chr
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 13 Jun 2011 09:27:04 +0000 (11:27 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 14:51:44 +0000 (16:51 +0200)
commit4a4ec917f64bf780a2538d252122b46b74318c82
tree89655b9dde1598da21ec3c51d2adddc794b2b503
parent4e23c45e61deab00e27272b7830cdc8b53cb7258
Forbid omitting rows in config item and sect-chr

Forbid omitting rows for tables with const fields: item and sect-chr.
This is consistent with the rule for truncation.

The server expects certain entries in these two tables, and
malfunctions when they're blank.  Omitting them in the builtin tables
has always left them blank, but deities are not supposed to edit them,
and maintainers are supposed to know what they're doing, so the issue
was deemed unimportant and ignored.  However, I plan to blank out
omitted rows in custom tables as well, and then the issue isn't
unimportant anymore.
src/lib/common/xundump.c