mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-02-02 00:46:38 +00:00
Merge pull request #5897 from patrasar/2415676
pimd: fix crash seen while executing igmp related configuration
This commit is contained in:
commit
30ac36dbfc
@ -7429,6 +7429,9 @@ static void igmp_sock_query_interval_reconfig(struct igmp_sock *igmp)
|
||||
|
||||
static void igmp_sock_query_reschedule(struct igmp_sock *igmp)
|
||||
{
|
||||
if (igmp->mtrace_only)
|
||||
return;
|
||||
|
||||
if (igmp->t_igmp_query_timer) {
|
||||
/* other querier present */
|
||||
zassert(igmp->t_igmp_query_timer);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user