Fix scrut issue

This commit is contained in:
laf
2015-06-02 17:07:20 +01:00
parent b9dabae7d8
commit 1ca02fb3c5

View File

@ -1204,6 +1204,7 @@ function first_oid_match($device, $list) {
function ip_to_hex($ip) {
$return = '';
if (strstr($ip, ":")) {
$ipv6 = explode(':', $ip);
foreach ($ipv6 as $item) {