case on key to ERRORS hash

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2002-09-06 02:25:00 +00:00
parent bf059287f7
commit d7ffaa659f

View file

@ -68,7 +68,7 @@ if ($opt_h) { print_help(); exit $ERRORS{'OK'}; }
# -V means display version number
if ($opt_V) {
print_revision($PROGNAME,'$Revision$ ');
exit $ERRORS{'Ok'};
exit $ERRORS{'OK'};
}
# Hash containing all RPC program names and numbers