From 487d23f7f0507a2be5c17dc667aef525cbd23814 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Sat, 27 Jan 2018 18:41:00 +0100 Subject: [PATCH] edit comment --- src/storage/datastorage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/datastorage.c b/src/storage/datastorage.c index f7be4b3..154d13a 100644 --- a/src/storage/datastorage.c +++ b/src/storage/datastorage.c @@ -448,7 +448,7 @@ void kick_clients(uint8_t bssid[], uint32_t id) { // the hearing map is full... send_set_probe(client_array[j].client_addr); - // don't deauth station + // don't deauth station? // maybe we can use handovers... del_client_interface(id, client_array[j].client_addr, 5, 0, 1000); client_array_delete(client_array[j]);