From 8bd5e6ec93cba864589338ee1f2702859ee1f8a3 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 7 Jan 2010 16:58:08 +0000 Subject: [PATCH] fix git-svn-id: http://www.observium.org/svn/observer/trunk@611 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/functions-poller.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-poller.inc.php b/includes/functions-poller.inc.php index 220d3ccc9..89ed4b692 100644 --- a/includes/functions-poller.inc.php +++ b/includes/functions-poller.inc.php @@ -89,7 +89,7 @@ function snmpwalk_cache_twopart_oid($oid, $device, $array, $mib = 0) { } function snmpwalk_cache_threepart_oid($oid, $device, $array, $mib = 0) { - global $config;$debug; + global $config, $debug; $cmd = $config['snmpbulkwalk'] . " -O Qs -" . $device['snmpver'] . " -c " . $device['community'] . " " . $device['hostname'].":".$device['port'] . " "; if($mib) { $cmd .= "-m $mib "; }