From b52b77b833ab2ca2fdf29ce51f5d55f71675f7a9 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Wed, 13 Dec 2017 10:50:01 +0100 Subject: [PATCH] return in functions --- src/utils/ubus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index b338d20..b08a5d3 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -21,6 +21,8 @@ static struct ubus_context *ctx_clients; /* own ubus conext otherwise strange be static struct ubus_subscriber hostapd_event; static struct blob_buf b; +static struct blob_buf b_send_network; + @@ -507,7 +509,6 @@ int send_blob_attr_via_network(struct blob_attr *msg, char* method) return -1; } - struct blob_buf b_send_network; char *data_str; char *str; printf("TO JSON\n");