Skip to content

Commit

Permalink
Merge pull request #45 from jpobeda/patch-2
Browse files Browse the repository at this point in the history
These things happen.
  • Loading branch information
cigamit authored Nov 23, 2017
2 parents 17eeeec + af85386 commit 2e60d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mactrack_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ function build_InterfacesTable(&$device, &$ifIndexes, $getLinkPorts = FALSE, $ge
@db_qstr(@$ifDescr[$ifIndex]) . ", '" .
(isset($ifMtu[$ifIndex]) ? $ifMtu[$ifIndex] : '') . "', '" .
$mac_address . "', '" .
(iseet($ifAdminStatus[$ifIndex]) ? $ifAdminStatus[$ifIndex] : '') . "', '" .
(isset($ifAdminStatus[$ifIndex]) ? $ifAdminStatus[$ifIndex] : '') . "', '" .
(isset($ifOperStatus[$ifIndex]) ? $ifOperStatus[$ifIndex] : '') . "', '" .
(isset($ifLastChange[$ifIndex]) ? $ifLastChange[$ifIndex] : '') . "', '" .
(isset($ifInOctets[$ifIndex]) ? $ifInOctets[$ifIndex] : '') . "', '" .
Expand Down

0 comments on commit 2e60d04

Please sign in to comment.