From: Alan T. DeKok Date: Mon, 15 Dec 2014 20:21:40 +0000 (-0500) Subject: Note that we're falling through. Closes CID #1258579 X-Git-Tag: release_3_0_6~28 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0e087bb2b1d48bac582d2c7197e94a74999b5609;p=freeradius.git Note that we're falling through. Closes CID #1258579 --- diff --git a/src/lib/debug.c b/src/lib/debug.c index c85edd2..18a1e68 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -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