]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Checks imply that pim is not properly configured
authorDonald Sharp <sharpd@nvidia.com>
Wed, 22 Jun 2022 23:40:58 +0000 (19:40 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 23 Jun 2022 17:43:25 +0000 (13:43 -0400)
commitf4e8f5d496e54a55d0366b8fd7557f5bd65a0f2e
treec3837c7666d7f48a759d751431090db70e557d68
parent6f55b4ae2405e548f687526b013b5ddcc4f6ff89
pimd: Checks imply that pim is not properly configured

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>
pimd/pim6_mld.c