From b09a15d757aa45e5bd4e6d70b9a48c4ae55588fc Mon Sep 17 00:00:00 2001 From: Julien Mathis Date: Thu, 7 Jun 2012 09:10:15 +0000 Subject: [PATCH] forget ) git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@13080 6bcd3966-0018-0410-8128-fd23d134de7e --- src/check_centreon_snmp_traffic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check_centreon_snmp_traffic b/src/check_centreon_snmp_traffic index 21e04bd79..08e619be1 100644 --- a/src/check_centreon_snmp_traffic +++ b/src/check_centreon_snmp_traffic @@ -168,7 +168,7 @@ if ($critical <= $warning){ print_usage(); exit $ERRORS{'OK'}; } -if ($opt_64bits && ($snmp !~ /2/ || $snmp !~ /3/) { +if ($opt_64bits && ($snmp !~ /2/ || $snmp !~ /3/)) { print "Error : Usage : SNMP v2/v3 is required with option --64-bits\n"; exit $ERRORS{'UNKNOWN'}; }