mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Bug fixes
This commit is contained in:
parent
88fef898b4
commit
16dfa3238e
2 changed files with 5 additions and 10 deletions
|
|
@ -346,8 +346,6 @@ probe_entry insert_to_array(probe_entry entry, int inc_counter) {
|
|||
if(mac_is_equal(entry.bssid_addr,tmp.bssid_addr)
|
||||
&& mac_is_equal(entry.client_addr, tmp.client_addr)){
|
||||
entry.counter = tmp.counter;
|
||||
printf("MAC IS EQUAL EUQAL AND CORRECT!\n");
|
||||
printf("TMP ENTRY IS NOT NULL!!!!!!!!!!!!!!!!!!!!!!\nCounter: %d\n", tmp.counter);
|
||||
}
|
||||
|
||||
if (inc_counter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue