File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/nanostack/sal-stack-nanostack/source/Common_Protocols Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1084,15 +1084,15 @@ buffer_t *icmpv6_up(buffer_t *buf)
1084
1084
1085
1085
case ICMPV6_TYPE_INFO_ECHO_REPLY :
1086
1086
ipv6_neighbour_reachability_confirmation (buf -> src_sa .address , buf -> interface -> id );
1087
- /* fall through */
1087
+ /* fall through */
1088
1088
1089
1089
case ICMPV6_TYPE_ERROR_DESTINATION_UNREACH :
1090
1090
#ifdef HAVE_RPL_ROOT
1091
1091
if (buf -> options .type == ICMPV6_TYPE_ERROR_DESTINATION_UNREACH && buf -> options .code == ICMPV6_CODE_DST_UNREACH_SRC_RTE_HDR_ERR ) {
1092
1092
buf = rpl_control_source_route_error_handler (buf , cur );
1093
1093
}
1094
1094
#endif
1095
- /* no break */
1095
+ /* fall through */
1096
1096
1097
1097
default :
1098
1098
if (buf ) {
You can’t perform that action at this time.
0 commit comments