Skip to content

Commit

Permalink
Fix Invalid Packet Void Response
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jul 11, 2024
1 parent 708d4a1 commit c158487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
Expand Up @@ -9479,7 +9479,7 @@ static void _webui_ws_process(

// Send the packet
_webui_send_client(
win, client, packet_id, 0x00, NULL, 0, true
win, client, packet_id, (unsigned char)packet[WEBUI_PROTOCOL_CMD], NULL, 0, true
);

// Forced close
Expand Down

0 comments on commit c158487

Please sign in to comment.