From: Alan T. DeKok Date: Thu, 1 Aug 2024 15:55:11 +0000 (-0400) Subject: typo X-Git-Tag: release_3_2_6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51588beb50ba4aaba4cf4374ba6de94eaa0a5c2;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/main/process.c b/src/main/process.c index 85591d72ee3..427b7870640 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -6060,7 +6060,7 @@ static void handle_signal_self(int flag) * main even loop to wake up from select(), and update * the list of FDs it needs to read/write. */ - if ((flag & RADIUS_SIGNAL_EVENT_UPDATE) != 0) { + if ((flag & RADIUS_SIGNAL_SELF_EVENT_UPDATE) != 0) { /* * Do nothing. */