This commit is contained in:
PolynomialDivision 2018-05-31 22:35:16 +02:00
parent 87096ca121
commit 7e8f0f828d

View file

@ -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;
}