]> git.pond.sub.org Git - empserver/commit
Fix origin and zdone for invalid country argument
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 18 Jul 2008 22:34:17 +0000 (18:34 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 21 Jul 2008 12:13:40 +0000 (08:13 -0400)
commit4646dfbf802f23a4f362cc9b1dd674c8e50a7714
tree79e408e6abd8decc48ed0e03625cafaf6dccf8d5
parentda59e02706a175f995f061b6fb2acb7dcd857157
Fix origin and zdone for invalid country argument

Invalid country argument was interpreted as (natid)-1, which is
normally 255.  Harmless as long as this is less than MAXNOC (99).
Wrong anyway.
src/lib/commands/orig.c
src/lib/commands/zdon.c