mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 08:56:13 +00:00
pimd: Cleanup SA issue with value never used
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
e92a7e9c14
commit
be80dbc826
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user