]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Aug 2024 15:55:11 +0000 (11:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 1 Aug 2024 15:55:11 +0000 (11:55 -0400)
src/main/process.c

index 85591d72ee3e8dbe2511ef450a014975c42a83eb..427b7870640d05aaad5d937c46afe28d859c9076 100644 (file)
@@ -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.
                 */