Skip to content

Commit

Permalink
More xScanner tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Sep 29, 2021
1 parent 2474087 commit 3a268e0
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 120 deletions.
2 changes: 1 addition & 1 deletion xScanner/MAC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ std::string LookupMacAddress(const std::string mac)

std::string res;

if (macLookup.size() > 1) {
if (mac != "" && macLookup.size() > 1) {
auto macs = wxSplit(mac, '-');

if (macs.size() > 2) {
Expand Down
Loading

0 comments on commit 3a268e0

Please sign in to comment.