]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Cleanup SA issue with value never used
authorDonald Sharp <sharpd@nvidia.com>
Fri, 5 Jan 2024 17:57:06 +0000 (12:57 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 9 Jan 2024 18:03:43 +0000 (13:03 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_upstream.c

index 335c8a454bd5bab43b960669dceba9877905d15b..45c4df0e7e1d735326ee85791ac37b8cd345f16f 100644 (file)
@@ -909,7 +909,7 @@ static struct pim_upstream *pim_upstream_new(struct pim_instance *pim,
                         * Set the right RPF so that future changes will
                         * be right
                         */
-                       rpf_result = pim_rpf_update(pim, up, NULL, __func__);
+                       (void)pim_rpf_update(pim, up, NULL, __func__);
                        pim_upstream_keep_alive_timer_start(
                                up, pim->keep_alive_time);
                }