Skip to content

Commit c8613ab

Browse files
committed
Always reset bio request
1 parent 5381bc5 commit c8613ab

File tree

1 file changed

+1
-1
lines changed
  • src/modules/rlm_radius

1 file changed

+1
-1
lines changed

src/modules/rlm_radius/bio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ static void request_conn_release(connection_t *conn, void *preq_to_reset, UNUSED
21062106
bio_handle_t *h = talloc_get_type_abort(conn->h, bio_handle_t);
21072107

21082108
if (u->ev) (void)fr_event_timer_delete(&u->ev);
2109-
if (u->packet) bio_request_reset(u);
2109+
bio_request_reset(u);
21102110

21112111
if (h->ctx.inst->mode == RLM_RADIUS_MODE_REPLICATE) return;
21122112

0 commit comments

Comments
 (0)