From: Alan T. DeKok Date: Sun, 10 May 2020 19:10:34 +0000 (-0400) Subject: one more UNUSED X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99fb8b8503fba2da0ef8a3758f3d5c3852dd13fc;p=thirdparty%2Ffreeradius-server.git one more UNUSED --- diff --git a/src/modules/rlm_icmp/rlm_icmp.c b/src/modules/rlm_icmp/rlm_icmp.c index 28e453d5de6..bc1afcbc3b8 100644 --- a/src/modules/rlm_icmp/rlm_icmp.c +++ b/src/modules/rlm_icmp/rlm_icmp.c @@ -477,7 +477,7 @@ static void mod_icmp_read(UNUSED fr_event_list_t *el, UNUSED int sockfd, UNUSED unlang_interpret_resumable(echo->request); } -static void mod_icmp_error(UNUSED fr_event_list_t *el, UNUSED int sockfd, UNUSED int flags, +static void mod_icmp_error(fr_event_list_t *el, UNUSED int sockfd, UNUSED int flags, UNUSED int fd_errno, void *ctx) { rlm_icmp_thread_t *t = talloc_get_type_abort(ctx, rlm_icmp_thread_t);