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
4319a89c0f
commit
13f87a79c0
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ int handle_network_msg(char* msg)
|
|||
return -1;
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
||||
if (strncmp(method, "probe", 5) == 0) {
|
||||
printf("METHOD PROBE\n");
|
||||
probe_entry entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue