diff options
Diffstat (limited to 'pimd/pim_assert.c')
| -rw-r--r-- | pimd/pim_assert.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_assert.c b/pimd/pim_assert.c index 9dfb6174ce..6478d539ae 100644 --- a/pimd/pim_assert.c +++ b/pimd/pim_assert.c @@ -547,8 +547,8 @@ static void pim_assert_timer_set(struct pim_ifchannel *ch, int interval)  			   __func__, ch->sg_str, interval, ch->interface->name);  	} -	thread_add_timer(router->master, on_assert_timer, ch, interval, -			 &ch->t_ifassert_timer); +	event_add_timer(router->master, on_assert_timer, ch, interval, +			&ch->t_ifassert_timer);  }  static void pim_assert_timer_reset(struct pim_ifchannel *ch)  | 
