diff options
| author | ron <lyq140hf2006@163.com> | 2021-11-26 21:20:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-26 21:20:40 +0800 |
| commit | 851a91b80a6965254b7e6b10da77d35d4e20db00 (patch) | |
| tree | 5773827906496eea1d0e9a5da4998b4622394039 | |
| parent | 4f037a39f2f32fb557b8da2bfac7853308782de6 (diff) | |
pimd: fix igmp user config
user config should go ahead no matter it is a query router or not
Signed-off-by: ron <lyq140hf2006@163.com>
| -rw-r--r-- | pimd/pim_nb_config.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pimd/pim_nb_config.c b/pimd/pim_nb_config.c index b9da8ec068..445c265e2c 100644 --- a/pimd/pim_nb_config.c +++ b/pimd/pim_nb_config.c @@ -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); |
