mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-13 18:28:34 +05:00
fix compiler warnings: -Wswitch
This commit is contained in:
parent
787ade07af
commit
1fa5965784
@ -1477,11 +1477,7 @@ static uint8_t dpi_desync_udp_packet_play(bool replay, size_t reasm_offset, uint
|
|||||||
desync_mode = params.desync_mode2;
|
desync_mode = params.desync_mode2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
<<<<<<< HEAD
|
|
||||||
// fix code analyzer warning
|
|
||||||
pkt1_len=0;
|
pkt1_len=0;
|
||||||
=======
|
|
||||||
>>>>>>> 44ecef0 (fix compiler warnings: -Wswitch)
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user