Skip to content

Commit

Permalink
pim6d: Clear channel_oil on prune
Browse files Browse the repository at this point in the history
PR 11560
  • Loading branch information
mobash-rasool committed Oct 3, 2022
1 parent 8ef93e9 commit f3811f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pimd/pim6_mld.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static void gm_sg_update(struct gm_sg *sg, bool has_expired)

} else if (sg->tib_joined && !new_join) {
tib_sg_gm_prune(gm_ifp->pim, sg->sgaddr, gm_ifp->ifp, &sg->oil);

pim_channel_oil_del(sg->oil, __func__);
sg->oil = NULL;
sg->tib_joined = false;
}
Expand Down

0 comments on commit f3811f3

Please sign in to comment.