Skip to content

Commit

Permalink
remove last bits of rlm_radius_udp
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 24, 2024
1 parent aed7321 commit 3fc0573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,565 deletions.
6 changes: 3 additions & 3 deletions src/modules/rlm_radius/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/**
* $Id$
* @file rlm_radius_udp.c
* @brief RADIUS UDP transport
* @file src/modules/rlm_radius/bio.c
* @brief RADIUS BIO transport
*
* @copyright 2017 Network RADIUS SAS
* @copyright 2020 Arran Cudbard-Bell (a.cudbardb@freeradius.org)
Expand Down Expand Up @@ -846,7 +846,7 @@ static void conn_close(UNUSED fr_event_list_t *el, void *handle, UNUSED void *uc
fr_assert_fail("%u tracking entries still allocated at conn close", h->tt->num_requests);
}

DEBUG4("Freeing rlm_radius_udp handle %p", handle);
DEBUG4("Freeing handle %p", handle);

talloc_free(h);
}
Expand Down
Loading

0 comments on commit 3fc0573

Please sign in to comment.