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
This commit is contained in:
Sylvestre Ho 2008-07-24 12:20:55 +00:00
parent ab09ba2b39
commit 1765f67c3c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}