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
579d97c57b
commit
0890c6de93
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ int send_blob_attr_via_network(struct blob_attr *msg, char* method)
|
|||
{
|
||||
if(!msg)
|
||||
{
|
||||
return;
|
||||
return -1;
|
||||
}
|
||||
|
||||
struct blob_buf b_send_network;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue