diff options
| -rw-r--r-- | isisd/fabricd.c | 1 | ||||
| -rw-r--r-- | isisd/isis_tx_queue.c | 1 | 
2 files changed, 0 insertions, 2 deletions
diff --git a/isisd/fabricd.c b/isisd/fabricd.c index 20651706d3..0f10a1516a 100644 --- a/isisd/fabricd.c +++ b/isisd/fabricd.c @@ -413,7 +413,6 @@ static int fabricd_tier_calculation_cb(struct thread *thread)  {  	struct fabricd *f = THREAD_ARG(thread);  	uint8_t tier = ISIS_TIER_UNDEFINED; -	f->tier_calculation_timer = NULL;  	tier = fabricd_calculate_fabric_tier(f->area);  	if (tier == ISIS_TIER_UNDEFINED) diff --git a/isisd/isis_tx_queue.c b/isisd/isis_tx_queue.c index c7266152b7..d3da5b9d39 100644 --- a/isisd/isis_tx_queue.c +++ b/isisd/isis_tx_queue.c @@ -119,7 +119,6 @@ static int tx_queue_send_event(struct thread *thread)  	struct isis_tx_queue_entry *e = THREAD_ARG(thread);  	struct isis_tx_queue *queue = e->queue; -	e->retry = NULL;  	thread_add_timer(master, tx_queue_send_event, e, 5, &e->retry);  	if (e->is_retry)  | 
