let KORE_MSG_WORKER_ALL include sender.

This commit is contained in:
Joris Vink 2018-04-24 20:11:48 +02:00
parent 5487950f63
commit 3a283cd05c
1 changed files with 0 additions and 2 deletions

View File

@ -181,8 +181,6 @@ msg_recv_data(struct netbuf *nb)
if (worker == NULL && type == NULL) {
destination = msg->dst;
TAILQ_FOREACH(c, &connections, list) {
if (c == nb->owner)
continue;
if (c->proto != CONN_PROTO_MSG || c->hdlr_extra == NULL)
continue;