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