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