From 64361011b689e6cb428d093a021fa32b3864e1a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ho Date: Thu, 24 Jul 2008 12:20:55 +0000 Subject: [PATCH] i decided to commit the bugfix for check_centreon_dummy at last! git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@5908 6bcd3966-0018-0410-8128-fd23d134de7e --- src/check_centreon_dummy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check_centreon_dummy b/src/check_centreon_dummy index 51e320106..676b69b90 100644 --- a/src/check_centreon_dummy +++ b/src/check_centreon_dummy @@ -58,7 +58,7 @@ if ($opt_h) { if (!defined($opt_s)) { print_usage && exit 0; } -if ($opt_s ne "0" && $opt_s ne "0" && $opt_s ne "0" && $opt_s ne "0") { +if ($opt_s ne "0" && $opt_s ne "1" && $opt_s ne "2" && $opt_s ne "3") { print_usage; exit 0; }