From: Arran Cudbard-Bell Date: Mon, 6 Sep 2021 21:04:28 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a825992905b7f8387a5f9be45b106bfd21abb05f;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 24830dc51ba..3ecea4a0954 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -1710,7 +1710,7 @@ int _fr_event_pid_wait(NDEBUG_LOCATION_ARGS * */ static void _fr_event_pid_reap_cb(UNUSED fr_event_list_t *el, pid_t pid, int status, -#ifndef EVENT_DEBUG +#ifndef WITH_EVENT_DEBUG UNUSED #endif void *uctx)