diff options
Diffstat (limited to 'ospfd/ospf_ase.c')
| -rw-r--r-- | ospfd/ospf_ase.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c index 61f87bb2d0..9ad3d276d7 100644 --- a/ospfd/ospf_ase.c +++ b/ospfd/ospf_ase.c @@ -630,8 +630,8 @@ void ospf_ase_calculate_timer_add(struct ospf *ospf)  	if (ospf == NULL)  		return; -	thread_add_timer(master, ospf_ase_calculate_timer, ospf, -			 OSPF_ASE_CALC_INTERVAL, &ospf->t_ase_calc); +	event_add_timer(master, ospf_ase_calculate_timer, ospf, +			OSPF_ASE_CALC_INTERVAL, &ospf->t_ase_calc);  }  void ospf_ase_register_external_lsa(struct ospf_lsa *lsa, struct ospf *top)  | 
