From 404e43ebe487bae27d627b02db4070fd7c57ecfd Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 26 Jan 2015 12:56:04 +1100 Subject: [PATCH] Deauth client when asked to drop it --- src/stratifier.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stratifier.c b/src/stratifier.c index 65849de0..7ec8fa97 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1330,6 +1330,7 @@ static void drop_client(sdata_t *sdata, int64_t id) if (client) { instance = client->user_instance; if (client->authorised) { + client->authorised = false; dec = true; ckp = client->ckp; }