The call to gm_update_ll checks for null pointers and
implies to SA that things could not be configured correctly
This is not true with the code flow. Remove the confusing code.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
static void gm_update_ll(struct interface *ifp)
{
struct pim_interface *pim_ifp = ifp->info;
- struct gm_if *gm_ifp = pim_ifp ? pim_ifp->mld : NULL;
+ struct gm_if *gm_ifp = pim_ifp->mld;
bool was_querier;
was_querier =