Note that we're falling through. Closes CID #1258579
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Dec 2014 20:21:40 +0000 (15:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Dec 2014 20:29:41 +0000 (15:29 -0500)
src/lib/debug.c

index c85edd2..18a1e68 100644 (file)
@@ -922,6 +922,7 @@ int fr_fault_setup(char const *cmd, char const *program)
                        FR_FAULT_LOG("Debugger check failed: %s", fr_strerror());
                        FR_FAULT_LOG("Signal processing in debuggers may not work as expected");
 #endif
+                       /* FALL-THROUGH */
 
                case DEBUG_STATE_NOT_ATTACHED:
 #ifdef SIGABRT