Fix for coverity (remove redundant default statement)
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 17 Feb 2013 18:04:15 +0000 (13:04 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 17 Feb 2013 18:04:15 +0000 (13:04 -0500)
src/lib/filters.c

index fd6283f..c96343b 100644 (file)
@@ -1060,9 +1060,6 @@ ascend_parse_filter(VALUE_PAIR *pair)
        case RAD_FILTER_IPX:
                rcode = ascend_parse_ipx(argc - 3, &argv[3], &filter.u.ipx);
                break;
-
-       default:                /* should never reach here. */
-               break;
        }
 
        /*