[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Fri Feb 18 20:47:39 EET 2022


New commits:
commit f73c4a6b15267795b254457d64a3a7c92733ba8a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 18 12:17:36 2022 -0500

    code: eliminating FALL THROUGH
    
    such as
            case VID_NATT_DRAFT_IETF_IPSEC_NAT_T_IKE:
    -               /* FALL THROUGH */
            case VID_NATT_RFC:
    and:
            case NATT_BOTH:
                    dbg("sending draft and RFC NATT VIDs");
    		...
    -               /* FALL THROUGH */
            case NATT_DRAFTS:
                    dbg("skipping VID_NATT_RFC");



More information about the Swan-commit mailing list