]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
retry.count is incremented by fr_retry_next()
authorNick Porter <nick@portercomputing.co.uk>
Thu, 12 Oct 2023 14:18:06 +0000 (15:18 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 12 Oct 2023 14:18:06 +0000 (15:18 +0100)
src/listen/detail/proto_detail_work.c

index 58a0a46019fa43eb29a16cbfe146b0ef29f71f32..2fd6139895fbbe1531c1bce1cc0f017b3468bacc 100644 (file)
@@ -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);