Skip to content

Commit c158487

Browse files
committed
Fix Invalid Packet Void Response
1 parent 708d4a1 commit c158487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9479,7 +9479,7 @@ static void _webui_ws_process(
94799479

94809480
// Send the packet
94819481
_webui_send_client(
9482-
win, client, packet_id, 0x00, NULL, 0, true
9482+
win, client, packet_id, (unsigned char)packet[WEBUI_PROTOCOL_CMD], NULL, 0, true
94839483
);
94849484

94859485
// Forced close

0 commit comments

Comments
 (0)