New commits:
commit f73c4a6b15267795b254457d64a3a7c92733ba8a
Author: Andrew Cagney <[email protected]>
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");

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to