Skip to content

Commit

Permalink
pim6d: 11560 PR
Browse files Browse the repository at this point in the history
Signed-off-by: Mobashshera Rasool <[email protected]>
  • Loading branch information
mobash-rasool committed Aug 1, 2022
1 parent ad9b47e commit ffc3a79
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 @@ -442,7 +442,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 ffc3a79

Please sign in to comment.