diff options
Diffstat (limited to 'eigrpd/eigrp_update.c')
| -rw-r--r-- | eigrpd/eigrp_update.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_update.c b/eigrpd/eigrp_update.c index ccc0c9a4b2..5fa4695317 100644 --- a/eigrpd/eigrp_update.c +++ b/eigrpd/eigrp_update.c @@ -906,8 +906,8 @@ void eigrp_update_send_GR_thread(struct event *thread)  	/* if there is packet waiting in queue,  	 * schedule this thread again with small delay */  	if (nbr->retrans_queue->count > 0) { -		thread_add_timer_msec(master, eigrp_update_send_GR_thread, nbr, -				      10, &nbr->t_nbr_send_gr); +		event_add_timer_msec(master, eigrp_update_send_GR_thread, nbr, +				     10, &nbr->t_nbr_send_gr);  		return;  	}  | 
