]> git.pond.sub.org Git - empserver/commit
accept: Don't rely on rejection flag encoding
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 29 Oct 2016 09:19:19 +0000 (11:19 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 18:09:20 +0000 (20:09 +0200)
commitc3f6dfda9db4f8a20fb6e1ccb88ae162648122f5
treeafd7094abda0a0b7d0cba3bc0453398fbf62b141
parent2fcc325dd5636582858362fdfd493befeaba19cc
accept: Don't rely on rejection flag encoding

Instead of enumerating all eight combinations of the three flags in a
table, simply print each flag on its own, and drop the table.  The old
table depends on the flag encoding, the new code doesn't.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/commands/acce.c