diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-10 17:14:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 17:14:03 -0500 |
| commit | 5857e8411ab94c233f5ea84da91c6b076e38a15c (patch) | |
| tree | ea2fac74f70d1f58f7c43ea4d6d9443ba0927e66 | |
| parent | 2d7932e15322fb81e8424d843a6b82af43a3a386 (diff) | |
| parent | 174d3891abcf7470fee32da66e04b92adbe3ea2f (diff) | |
Merge pull request #5521 from mjstapp/fix_pim_upstream_sa
pimd: clear SA warning in pimd
| -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__); } |
