mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
update
This commit is contained in:
parent
eb6dad8ece
commit
7575edcc1b
1 changed files with 7 additions and 1 deletions
|
@ -637,7 +637,13 @@ int send_blob_attr_via_network(struct blob_attr *msg, char *method) {
|
|||
if (network_config.network_option == 2) {
|
||||
send_tcp(str);
|
||||
} else {
|
||||
send_string_enc(str);
|
||||
if(network_config.use_symm_enc)
|
||||
{
|
||||
send_string_enc(str);
|
||||
} else
|
||||
{
|
||||
send_string(str);
|
||||
}
|
||||
}
|
||||
|
||||
free(data_str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue