mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
return in functions
This commit is contained in:
parent
1ba2a52ede
commit
75d4e402a7
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ int handle_network_msg(char* msg)
|
|||
|
||||
if (strncmp(method, "probe", 5) == 0) {
|
||||
printf("METHOD PROBE\n");
|
||||
probe_entry entry;
|
||||
//probe_entry entry;
|
||||
//parse_to_probe_req(data_buf.head, &entry);
|
||||
//probe_array_insert(entry);
|
||||
} else if (strncmp(method, "clients", 5) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue