summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_mssql.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_mssql.pl')
-rwxr-xr-xplugins-scripts/check_mssql.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins-scripts/check_mssql.pl b/plugins-scripts/check_mssql.pl
index fa15476..9a8fc51 100755
--- a/plugins-scripts/check_mssql.pl
+++ b/plugins-scripts/check_mssql.pl
@@ -23,7 +23,6 @@
23# 23#
24# Report bugs to: nagiosplug-help@lists.sourceforge.net 24# Report bugs to: nagiosplug-help@lists.sourceforge.net
25# 25#
26# $Id$
27# 26#
28 27
29 28
@@ -125,7 +124,7 @@ sub process_arguments {
125 "V" => \$opt_V, "version" => \$opt_V); 124 "V" => \$opt_V, "version" => \$opt_V);
126 125
127 if (defined $opt_V) { 126 if (defined $opt_V) {
128 print_revision($PROGNAME,'$Revision$'); 127 print_revision($PROGNAME,'@NP_VERSION@');
129 exit $ERRORS{'OK'}; 128 exit $ERRORS{'OK'};
130 } 129 }
131 130