]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fr_atexit_thread_trigger_all is a noop when we're not building with threads
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 15:08:41 +0000 (10:08 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 15:08:41 +0000 (10:08 -0500)
src/lib/util/atexit.h

index 17c9f9da629101393c9cd6a4184ecdba99a82814..56d5e22df274bec05f30bae21272d30c118c9239 100644 (file)
@@ -165,7 +165,7 @@ do { \
 } while(0);
 #  define fr_atexit_thread_local_disarm(...)           fr_atexit_global_disarm(__VA_ARGS__)
 #  define fr_atexit_thread_local_disarm_all(...)       fr_atexit_global_disarm_all(__VA_ARGS__)
-#  define fr_atexit_thread_trigger_all(...)            fr_atexit_global_trigger_all(__VA_ARGS__)
+#  define fr_atexit_thread_trigger_all(...)
 #endif
 
 #ifdef __cplusplus