diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-12-10 12:10:44 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2019-12-10 12:10:44 -0500 |
| commit | 174d3891abcf7470fee32da66e04b92adbe3ea2f (patch) | |
| tree | 85e5b72737928e17d4c1bb4751701a3744869066 /pimd/pim_upstream.c | |
| parent | 0dcbec72aa2b508c194ec4391b6d821ea996fb08 (diff) | |
pimd: clear SA warning in pimd
Remove a dead store in pim_upstream.c to clear up an SA
warning.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'pimd/pim_upstream.c')
| -rw-r--r-- | pimd/pim_upstream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index ce26d2b398..a0387cdd4a 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -884,7 +884,6 @@ static struct pim_upstream *pim_upstream_new(struct pim_instance *pim, } if (up->rpf.source_nexthop.interface) { - pim_ifp = up->rpf.source_nexthop.interface->info; pim_upstream_mroute_iif_update(up->channel_oil, __func__); } |
