Skip to content

Commit

Permalink
Colorize airodump new bug fix (#2152)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony D'Agostino <antoneos@users.sourceforge.net>
  • Loading branch information
scorpius and Anthony D'Agostino committed Aug 23, 2021
1 parent 0154405 commit 4c67b91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/airodump-ng/airodump-ng.c
Expand Up @@ -311,7 +311,7 @@ static void color_on(void)
{
struct AP_info * ap_cur;
struct ST_info * st_cur;
int color = 1;
int color = 2;

color_off();

Expand Down Expand Up @@ -368,8 +368,6 @@ static void color_on(void)
else
ap_cur->marked_color = color++;
}
else
ap_cur->marked_color = 1;

st_cur = st_cur->prev;
}
Expand Down

0 comments on commit 4c67b91

Please sign in to comment.