]> git.pond.sub.org Git - empserver/commit
Fix satellite to fail on bad conditional
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 8 Apr 2011 19:06:56 +0000 (21:06 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:21:21 +0000 (20:21 +0200)
commit74a69cf74cd849ea7063e683a339b3ee2b98b931
tree07242537ff1a6f12be850c4f0e1da5020069f01a
parentd0a6dffa02ee27ef09a8a1ce6cdf1919f9c66224
Fix satellite to fail on bad conditional

snxtsct() and snxtitem() fail when the condition argument is bad.
satmap() didn't check for failure.  Due to the way snxtsct() and
snxtitem() work, bad condition arguments were reported and otherwise
ignored.
include/prototypes.h
src/lib/commands/sate.c
src/lib/subs/satmap.c