diff --git a/functions/classes/class.phpipamAgent.php b/functions/classes/class.phpipamAgent.php index cdd3998..e9889c5 100644 --- a/functions/classes/class.phpipamAgent.php +++ b/functions/classes/class.phpipamAgent.php @@ -733,7 +733,7 @@ private function mysql_fetch_addresses ($subnets, $type) { foreach($subnets as $s) { // if subnet has slaves dont check it if ($this->mysql_check_slaves ($s->id) === false) { - $addresses_tmp[$s->id] = $this->Scan->prepare_addresses_to_scan ($type, $s->id); + $addresses_tmp[$s->id] = $this->Scan->prepare_addresses_to_scan ($type, $s->id, false); } } // if false exit