CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Fix #33 and remove the check that would hide a row with an empty MAC #34

Closed David00 closed 8 months ago

David00 commented 8 months ago

This will fix #33 by initializing the $pageStart variable. It also removes the continue statement if the endpoint entry does not have a MAC address, which was the workaround for removing the "Suspended" entry from showing up in the table.

The "Suspended" entry was actually caused because $pageStart was not initialized - not because the DB table actually contained an endpoint without a MAC.

ciesinsn commented 8 months ago

@David00 thanks for the contribution