mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix interface parse unsets (#14860)
This commit is contained in:
@ -24,4 +24,4 @@ if ($type && $descr) {
|
||||
d_echo($port_ifAlias);
|
||||
}
|
||||
|
||||
unset($port_type, $port_descr, $port_circuit, $port_notes, $port_speed, $split);
|
||||
unset($type, $descr, $circuit, $notes, $speed, $split);
|
||||
|
Reference in New Issue
Block a user