remove comment

This commit is contained in:
PolynomialDivision 2018-03-13 15:52:32 +01:00
parent 1c14f32a6b
commit 3f50daf3eb
2 changed files with 2 additions and 3 deletions

View file

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

View file

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