From 75d4e402a7bfd2c01b757cdffdc8c118f6f8a2be Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Wed, 13 Dec 2017 11:20:11 +0100 Subject: [PATCH] return in functions --- src/utils/ubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index cfb1c94..be40997 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -482,7 +482,7 @@ int handle_network_msg(char* msg) if (strncmp(method, "probe", 5) == 0) { printf("METHOD PROBE\n"); - probe_entry entry; + //probe_entry entry; //parse_to_probe_req(data_buf.head, &entry); //probe_array_insert(entry); } else if (strncmp(method, "clients", 5) == 0) {