]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more UNUSED
authorAlan T. DeKok <aland@freeradius.org>
Sun, 10 May 2020 19:10:34 +0000 (15:10 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 10 May 2020 19:10:34 +0000 (15:10 -0400)
src/modules/rlm_icmp/rlm_icmp.c

index 28e453d5de6476559a857da8fba3928a5ef26e54..bc1afcbc3b8c04674589bc847c1e429996faa775 100644 (file)
@@ -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);