should not reschedule SPDP event if there is no SPDP writer
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
40f046ea3a
commit
508d56b427
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
PGUID (ev->u.spdp.pp_guid)));
|
||||
goto skip;
|
||||
return;
|
||||
}
|
||||
|
||||
if (!ev->u.spdp.directed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue