]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 19:34:58 +0000 (13:34 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 20:07:10 +0000 (14:07 -0600)
src/modules/rlm_unbound/rlm_unbound.c

index 3e5a82001a2bb354bde31dc745c9e4612d28d504..e8ec0bcd6df82d2d5f5ed531e032b016dafa27f6 100644 (file)
@@ -101,7 +101,7 @@ static int _unbound_request_free(unbound_request_t *ur)
  * @param rate_limited Was the request rate limited due to unbound workload
  */
 static void xlat_unbound_callback(void *mydata, int rcode, void *packet, int packet_len, int sec,
-                                 charwhy_bogus, UNUSED int rate_limited)
+                                 char *why_bogus, UNUSED int rate_limited)
 {
        unbound_request_t       *ur = talloc_get_type_abort(mydata, unbound_request_t);
        request_t               *request = ur->request;