diff --git a/AUTHORS.md b/AUTHORS.md index 3573dbecff..7ba1544467 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -107,6 +107,7 @@ LibreNMS contributors: - Josh Driver (keeperofdakeys) - Felix Eckhofer (tribut) - Vikram Adukia (justmedude) +- Tijmen de Mes (tijmenNL) [1]: http://observium.org/ "Observium web site" Observium was written by: diff --git a/html/includes/print-map.inc.php b/html/includes/print-map.inc.php index 12107d567c..c0d0cf2f82 100644 --- a/html/includes/print-map.inc.php +++ b/html/includes/print-map.inc.php @@ -127,7 +127,7 @@ if (in_array('xdp', $config['network_map_items'])) { WHERE `active`=1 AND `local_device_id` != 0 AND - `remote_device_id` != 0 AND + `remote_device_id` != 0 $where $sql GROUP BY `P1`.`port_id`,`P2`.`port_id`