pimd: Cleanup SA issue with value never used

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-01-05 12:57:06 -05:00
parent e92a7e9c14
commit be80dbc826

View 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);
}