-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only complain if the user sets "interface = foo"
- Loading branch information
Showing
4 changed files
with
5 additions
and
2,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([email protected]) | ||
|
@@ -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); | ||
} | ||
|
Oops, something went wrong.