Skip to content

Commit

Permalink
retry.count is incremented by fr_retry_next()
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Oct 12, 2023
1 parent e58b915 commit 0902afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/listen/detail/proto_detail_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ static void work_retransmit(UNUSED fr_event_list_t *el, UNUSED fr_time_t now, vo
proto_detail_work_thread_t *thread = track->parent;

DEBUG("%s - retransmitting packet %d", thread->name, track->id);
track->retry.count++;

fr_dlist_insert_tail(&thread->list, track);

Expand Down

0 comments on commit 0902afa

Please sign in to comment.