diff --git a/pimd/pim_nb_config.c b/pimd/pim_nb_config.c index bd5e215027..cfd0ae6ffc 100644 --- a/pimd/pim_nb_config.c +++ b/pimd/pim_nb_config.c @@ -459,6 +459,10 @@ static void change_query_max_response_time(struct pim_interface *pim_ifp, struct listnode *sock_node; struct igmp_sock *igmp; + if (pim_ifp->igmp_query_max_response_time_dsec + == query_max_response_time_dsec) + return; + pim_ifp->igmp_query_max_response_time_dsec = query_max_response_time_dsec;