Skip to content

Commit

Permalink
pimd: fix channel oil del
Browse files Browse the repository at this point in the history
Signed-off-by: Mobashshera Rasool <[email protected]>
  • Loading branch information
mobash-rasool committed Sep 26, 2022
1 parent e792d70 commit 17109d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pimd/pim_tib.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,7 @@ void tib_sg_gm_prune(struct pim_instance *pim, pim_sgaddr sg,
per-interface (S,G) state.
*/
pim_ifchannel_local_membership_del(oif, &sg);

if(*oilp)
*oilp = pim_channel_oil_del(*oilp, __func__);
}

0 comments on commit 17109d2

Please sign in to comment.