diff options
Diffstat (limited to 'pimd/pim_ifchannel.c')
| -rw-r--r-- | pimd/pim_ifchannel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c index 891bdc448d..ee75793024 100644 --- a/pimd/pim_ifchannel.c +++ b/pimd/pim_ifchannel.c @@ -602,7 +602,7 @@ static int on_ifjoin_prune_pending_timer(struct thread *t)            rpf.source_nexthop.interface = ifp;            rpf.rpf_addr.u.prefix4 = pim_ifp->primary_address; -          pim_joinprune_send (&rpf, ch->upstream, 0); +          pim_jp_agg_single_upstream_send(&rpf, ch->upstream, 0);          }      }    else  | 
