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:
parent
cdbf86fe4a
commit
b1281f1f3a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue