From 7e8f0f828d1be82ca1300d433e6245db59181831 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Thu, 31 May 2018 22:35:16 +0200 Subject: [PATCH] fix bug! --- src/utils/ubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 16ad451..6c06f56 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -348,7 +348,7 @@ static int decide_function(probe_entry *prob_req, int req_type) { return 1; } - if (req_type == REQ_TYPE_AUTH && !dawn_metric.eval_assoc_req) { + if (req_type == REQ_TYPE_ASSOC && !dawn_metric.eval_assoc_req) { return 1; }