From 2680abd05e55dd25d3f192cc986bc780b3eb9f00 Mon Sep 17 00:00:00 2001 From: Arnaud Gomes Date: Wed, 8 Apr 2026 14:13:41 +0200 Subject: [PATCH] Do not abort discovery scan when a subnet is full. Fixes #68, #62. --- functions/classes/class.phpipamAgent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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