mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix scrut bug
This commit is contained in:
@ -1213,7 +1213,7 @@ function hex_to_ip($hex) {
|
|||||||
}
|
}
|
||||||
$return = substr($return, 0, -1);
|
$return = substr($return, 0, -1);
|
||||||
} else {
|
} else {
|
||||||
$return = $ip;
|
$return = $return;
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user