mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
pimd: More macro fallout fix.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ae4cf53f49
commit
13376be4f2
@ -39,8 +39,7 @@
|
||||
*/
|
||||
static int downstream_jpstate_isjoined(const struct pim_ifchannel *ch)
|
||||
{
|
||||
return (ch->ifjoin_state == PIM_IFJOIN_JOIN ||
|
||||
ch->ifjoin_state == PIM_IFJOIN_PRUNE_PENDING);
|
||||
return (ch->ifjoin_state != PIM_IFJOIN_NOINFO);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user