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
de027cadf1
commit
732bbb84b1
1 changed files with 1 additions and 3 deletions
|
@ -460,11 +460,9 @@ int handle_network_msg(char* msg)
|
|||
blobmsg_add_json_from_string(&data_buf, data);
|
||||
printf("JSON PARSING AGAIN FINISHED NETWORK MSG!\n");
|
||||
|
||||
return -1;
|
||||
|
||||
|
||||
printf("DO STRINGCOMPARE: %s : %s!\n", method, data);
|
||||
if(!blob_len(data_buf.head))
|
||||
if(!data_buf.head)
|
||||
{
|
||||
printf("NULL?!\n");
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue