fix compiler warnings: -Wswitch

This commit is contained in:
bol-van 2024-08-20 20:42:00 +03:00
parent 787ade07af
commit 1fa5965784

View File

@ -1477,11 +1477,7 @@ static uint8_t dpi_desync_udp_packet_play(bool replay, size_t reasm_offset, uint
desync_mode = params.desync_mode2;
break;
default:
<<<<<<< HEAD
// fix code analyzer warning
pkt1_len=0;
=======
>>>>>>> 44ecef0 (fix compiler warnings: -Wswitch)
break;
}