From 4c67b91e6e7bb8354084a2749306011cdf1d2f6e Mon Sep 17 00:00:00 2001 From: Anthony D'Agostino Date: Mon, 23 Aug 2021 04:06:28 -0400 Subject: [PATCH] Colorize airodump new bug fix (#2152) Co-authored-by: Anthony D'Agostino --- src/airodump-ng/airodump-ng.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/airodump-ng/airodump-ng.c b/src/airodump-ng/airodump-ng.c index 2abd81f9bf..b0a9774675 100644 --- a/src/airodump-ng/airodump-ng.c +++ b/src/airodump-ng/airodump-ng.c @@ -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(); @@ -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; }