From 3f50daf3eb993c378b83a663d919cb69b74bb54e Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Tue, 13 Mar 2018 15:52:32 +0100 Subject: [PATCH] remove comment --- src/network/multicastsocket.c | 2 -- src/utils/ubus.c | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/network/multicastsocket.c b/src/network/multicastsocket.c index 648fd47..4d87fcb 100644 --- a/src/network/multicastsocket.c +++ b/src/network/multicastsocket.c @@ -11,8 +11,6 @@ #include "multicastsocket.h" -// TODO: Consider to remove this... - // based on: http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-018.htm static struct ip_mreq command; diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 02c349c..2804aa3 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -1162,7 +1162,8 @@ static void ubus_add_oject() { static void respond_to_notify(uint32_t id) { // This is needed to respond to the ubus notify ... - // TODO: Maybe we need to disable on shutdown... + // Maybe we need to disable on shutdown... + // But it is not possible when we disable the notify that other daemons are running that relay on this notify... int ret; blob_buf_init(&b, 0);