Fix for coverity (duplicate case statements)
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 17 Feb 2013 18:07:38 +0000 (13:07 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 17 Feb 2013 18:07:38 +0000 (13:07 -0500)
src/main/acct.c

index c5b60a7..84de884 100644 (file)
@@ -161,11 +161,7 @@ int rad_accounting(REQUEST *request)
                case RLM_MODULE_UPDATED:
                        request->reply->code = PW_ACCOUNTING_RESPONSE;
                        break;
-               /*
-                *      The module handled the request, don't reply.
-                */
-               case RLM_MODULE_HANDLED:
-                       break;
+
                /*
                 *      Failed to log or to proxy the accounting data,
                 *      therefore don't reply to the NAS.