]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Remove impossible situation
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Feb 2023 14:17:20 +0000 (09:17 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Feb 2023 14:17:20 +0000 (09:17 -0500)
commit88c1f6131a9e0f62931225e4c67881afe096908f
treec7ce57587caa0fce2ab97ffeaf13b978701d9f72
parent578c0b134c751196f7ad53a1cb53d3518ef09472
pimd: Remove impossible situation

Coverity complains that MLAG_MSG_NONE cannot be reached in
the switch statement.  Which is true so let's make it happy.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_zpthread.c