should not reschedule SPDP event if there is no SPDP writer

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2018-08-05 13:26:55 +02:00 committed by eboasson
parent 40f046ea3a
commit 508d56b427

View file

@ -984,7 +984,7 @@ static void handle_xevk_spdp (UNUSED_ARG (struct nn_xpack *xp), struct xevent *e
{ {
TRACE (("handle_xevk_spdp %x:%x:%x:%x - spdp writer of participant not found\n", TRACE (("handle_xevk_spdp %x:%x:%x:%x - spdp writer of participant not found\n",
PGUID (ev->u.spdp.pp_guid))); PGUID (ev->u.spdp.pp_guid)));
goto skip; return;
} }
if (!ev->u.spdp.directed) if (!ev->u.spdp.directed)