From e4a29767c323f403c07309b302cc4bf00c5b1680 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Wed, 13 Dec 2017 10:41:30 +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 41788c0..a7bc18a 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -375,7 +375,7 @@ static int handle_probe_req(struct blob_attr *msg) { //probe_entry tmp_probe = insert_to_array(prob_req, 1); - send_blob_attr_via_network(msg, "probe"); + //send_blob_attr_via_network(msg, "probe"); // send probe via network /*char *str;