mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 19:54:35 +00:00
pimd: Fix mistake in uplifting to new thread model
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
cb9c7c50d3
commit
f509d94116
@ -679,7 +679,7 @@ done:
|
||||
|
||||
static void mroute_read_on(struct pim_instance *pim)
|
||||
{
|
||||
thread_add_read(master, mroute_read, 0, pimg->mroute_socket,
|
||||
thread_add_read(master, mroute_read, pim, pim->mroute_socket,
|
||||
&pim->thread);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user