diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-09-06 02:25:00 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-09-06 02:25:00 (GMT) |
commit | d7ffaa659fa8f5b1ae90992e0cc98099b6ed41eb (patch) | |
tree | 16a0e6e5362a6ba62214d5157ea53dd9b54929b1 | |
parent | bf059287f7eaf44e5342615dc6c4f7866e50b6c6 (diff) | |
download | monitoring-plugins-d7ffaa659fa8f5b1ae90992e0cc98099b6ed41eb.tar.gz |
case on key to ERRORS hash
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c
-rwxr-xr-x | plugins-scripts/check_rpc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_rpc.pl b/plugins-scripts/check_rpc.pl index 623d6ab..063f2df 100755 --- a/plugins-scripts/check_rpc.pl +++ b/plugins-scripts/check_rpc.pl | |||
@@ -68,7 +68,7 @@ if ($opt_h) { print_help(); exit $ERRORS{'OK'}; } | |||
68 | # -V means display version number | 68 | # -V means display version number |
69 | if ($opt_V) { | 69 | if ($opt_V) { |
70 | print_revision($PROGNAME,'$Revision$ '); | 70 | print_revision($PROGNAME,'$Revision$ '); |
71 | exit $ERRORS{'Ok'}; | 71 | exit $ERRORS{'OK'}; |
72 | } | 72 | } |
73 | 73 | ||
74 | # Hash containing all RPC program names and numbers | 74 | # Hash containing all RPC program names and numbers |