diff options
Diffstat (limited to 'pimd/pim_pim.c')
| -rw-r--r-- | pimd/pim_pim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c index 8e8075e2a0..8840abd888 100644 --- a/pimd/pim_pim.c +++ b/pimd/pim_pim.c @@ -334,7 +334,7 @@ static int pim_sock_read(struct thread *t) sizeof(to_str))) sprintf(to_str, "<to?>"); - recv_ifp = if_lookup_by_index(ifindex, pimg->vrf_id); + recv_ifp = if_lookup_by_index(ifindex, ifp->vrf_id); if (recv_ifp) { zassert(ifindex == (int)recv_ifp->ifindex); } |
