mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:40:16 +00:00
pimd: Cleanup pim_pim use of pimg
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
e52e322341
commit
ef434d3e39
@ -334,7 +334,7 @@ static int pim_sock_read(struct thread *t)
|
|||||||
sizeof(to_str)))
|
sizeof(to_str)))
|
||||||
sprintf(to_str, "<to?>");
|
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) {
|
if (recv_ifp) {
|
||||||
zassert(ifindex == (int)recv_ifp->ifindex);
|
zassert(ifindex == (int)recv_ifp->ifindex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user