bug correction

This commit is contained in:
HenocKA
2016-02-10 17:45:05 +01:00
parent 21e37c23a7
commit 6a51746bb7

View File

@@ -682,7 +682,6 @@ function discover_process_ipv6(&$valid, $ifIndex, $ipv6_address, $ipv6_prefixlen
$valid_address = $full_address . '-' . $port_id;
$valid['ipv6'][$valid_address] = 1;
}//end if
}
}//end discover_process_ipv6()