]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
el is used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 29 Aug 2021 17:27:18 +0000 (12:27 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 29 Aug 2021 17:27:18 +0000 (12:27 -0500)
src/modules/rlm_radius/rlm_radius_udp.c

index 6821313e0ee6ae1c17da6c709496020938637d83..96900df2b19b5080eb215679a19b57bbd4f5243c 100644 (file)
@@ -1686,7 +1686,7 @@ static void request_timeout(fr_event_list_t *el, fr_time_t now, void *uctx)
 /** Handle retries when a request is being sent asynchronously
  *
  */
-static void request_retry(UNUSED fr_event_list_t *el, fr_time_t now, void *uctx)
+static void request_retry(fr_event_list_t *el, fr_time_t now, void *uctx)
 {
        fr_trunk_request_t      *treq = talloc_get_type_abort(uctx, fr_trunk_request_t);
        udp_request_t           *u = talloc_get_type_abort(treq->preq, udp_request_t);