mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove probe
This commit is contained in:
parent
155180692c
commit
3fc9dc41d7
2 changed files with 9 additions and 9 deletions
|
|
@ -149,7 +149,7 @@ void *receive_msg_enc(void *args) {
|
|||
|
||||
char *dec = gcrypt_decrypt_msg(base64_dec_str, base64_dec_length);
|
||||
|
||||
printf("NETRWORK RECEIVED: %s\n", dec);
|
||||
//printf("NETRWORK RECEIVED: %s\n", dec);
|
||||
|
||||
free(base64_dec_str);
|
||||
handle_network_msg(dec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue