Skip to content

Commit a5bbfa4

Browse files
authored
Update mactrack_cisco.php
Correctly initialise $Dot1xEntries as an array
1 parent 1c857eb commit a5bbfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mactrack_cisco.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ function get_cisco_dot1x_table($site, &$device) {
659659
}
660660

661661
$ifIndex = array();
662+
$Dot1xEntries = array();
662663
$cafSessionAuthUserNames = array();
663664
$cafSessionAuthUserKey = array_keys($cafSessionAuthUserName); //Getting the keys to explode the first part which is the ifIndex
664665
$m = 0;

0 commit comments

Comments
 (0)