1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity: 50773: no need to set m any more when transitioning and exiting

This commit is contained in:
Andy Green 2020-08-18 09:42:52 +01:00
parent cdbf86fe4a
commit b1281f1f3a

View file

@ -2112,7 +2112,6 @@ raw_transition:
if (lws_hdr_total_length(wsi, WSI_TOKEN_CONNECT)) {
lwsl_info("Changing to RAW mode\n");
m = 0;
goto raw_transition;
}