Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 4, 2024
1 parent 8218816 commit 4e4cd8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,6 @@ for(i = 0; i < INTERFACELIST_MAX -1; i++)
ifpresentlistcounter++;
}
if(rt_get_interfacelist() == false) return false;

if(ifpresentlist->index == 0) return false;
qsort(ifpresentlist, ifpresentlistcounter, INTERFACELIST_SIZE, sort_interfacelist_by_index);
return true;
Expand Down

0 comments on commit 4e4cd8e

Please sign in to comment.