mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Update some messages.
This commit is contained in:
4
worker.c
4
worker.c
@@ -181,7 +181,7 @@ void* WorkingLoop(void* arguments)
|
||||
|
||||
if(pkt_hdr->remote_id != htole32(AARUREMOTE_REMOTE_ID) || pkt_hdr->packet_id != htole32(AARUREMOTE_PACKET_ID))
|
||||
{
|
||||
printf("Received data is not a correct dicremote packet, closing connection...\n");
|
||||
printf("Received data is not a correct aaruremote packet, closing connection...\n");
|
||||
free(pkt_hdr);
|
||||
NetClose(cli_ctx);
|
||||
continue;
|
||||
@@ -274,7 +274,7 @@ void* WorkingLoop(void* arguments)
|
||||
|
||||
if(pkt_hdr->remote_id != htole32(AARUREMOTE_REMOTE_ID) || pkt_hdr->packet_id != htole32(AARUREMOTE_PACKET_ID))
|
||||
{
|
||||
printf("Received data is not a correct dicremote packet, closing connection...\n");
|
||||
printf("Received data is not a correct aaruremote packet, closing connection...\n");
|
||||
NetClose(cli_ctx);
|
||||
free(pkt_hdr);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user