mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
fix bug!
This commit is contained in:
parent
87096ca121
commit
7e8f0f828d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue