mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:44:54 +00:00
Merge pull request #10131 from lyq140/patch-5
pimd: fix igmp user config
This commit is contained in:
commit
ece7f50d65
@ -371,14 +371,6 @@ static void igmp_sock_query_interval_reconfig(struct igmp_sock *igmp)
|
||||
struct pim_interface *pim_ifp;
|
||||
|
||||
assert(igmp);
|
||||
|
||||
/* other querier present? */
|
||||
|
||||
if (igmp->t_other_querier_timer)
|
||||
return;
|
||||
|
||||
/* this is the querier */
|
||||
|
||||
assert(igmp->interface);
|
||||
assert(igmp->interface->info);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user