fix arp-search remote_interface display (#12871)

This commit is contained in:
PipoCanaja
2021-05-13 17:14:27 +02:00
committed by GitHub
parent 6b18ee6dfa
commit 2c8576ea79
+1
View File
@@ -80,6 +80,7 @@ foreach (dbFetchRows($sql, $param) as $entry) {
}
if ($arp_host) {
$arp_host = cleanPort($arp_host);
$arp_if = generate_port_link($arp_host);
} else {
unset($arp_if);