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
b9ac6227ca
commit
dd9ccf3eb4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void *receive_msg_enc(void *args) {
|
|||
printf("NETRWORK RECEIVED: %s\n", dec);
|
||||
|
||||
free(base64_dec_str);
|
||||
handle_network_msg(dec);
|
||||
//handle_network_msg(dec);
|
||||
free(dec);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue