mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +00:00
pimd: Fix incorrect indentation
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ff3745c26a
commit
19f4e33afa
@ -54,7 +54,7 @@ pim_register_join (struct pim_upstream *up)
|
|||||||
{
|
{
|
||||||
if (PIM_DEBUG_PIM_EVENTS)
|
if (PIM_DEBUG_PIM_EVENTS)
|
||||||
zlog_debug ("%s register setup skipped as group is SSM", up->sg_str);
|
zlog_debug ("%s register setup skipped as group is SSM", up->sg_str);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
pim_channel_add_oif (up->channel_oil, pim_regiface, PIM_OIF_FLAG_PROTO_PIM);
|
pim_channel_add_oif (up->channel_oil, pim_regiface, PIM_OIF_FLAG_PROTO_PIM);
|
||||||
|
Loading…
Reference in New Issue
Block a user