]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary FALL_THROUGH
authorAlan T. DeKok <aland@freeradius.org>
Thu, 21 Jan 2021 15:05:18 +0000 (10:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 21 Jan 2021 15:07:47 +0000 (10:07 -0500)
src/lib/eap_aka_sim/state_machine.c
src/lib/ldap/base.c

index f3c8dca945b075aff03c6b582a1d39372c248e75..e3d8cd82c943b8229ba248fec96b0f0e1ddfbeac 100644 (file)
@@ -4139,8 +4139,6 @@ static unlang_action_t common_eap_identity_resume(rlm_rcode_t *p_result, module_
                                                      (void *)common_challenge_enter);
 
        case FR_IDENTITY_TYPE_VALUE_PERMANENT:
-               FALL_THROUGH;
-
        default:
                break;
        }
index ebf24020e07378033eaee4fbe18489978740fc3a..4413aade0d532b31300230dbf08f1d783ee381cc 100644 (file)
@@ -826,8 +826,6 @@ fr_ldap_rcode_t fr_ldap_modify(request_t *request, fr_ldap_connection_t **pconn,
                break;
 
        case LDAP_PROC_BAD_CONN:
-               FALL_THROUGH;
-
        default:
                ROPTIONAL(RPEDEBUG, RPERROR, "Failed modifying object");