return in functions

This commit is contained in:
PolynomialDivision 2017-12-13 10:44:52 +01:00
parent 579d97c57b
commit 0890c6de93

View file

@ -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;