Mismach Operations.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 13:19:18 +00:00
parent 7b1875c2b6
commit c2bad2ddea
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -131,6 +131,7 @@ int main(void)
aux.level = -1;
send(connfd, &aux, sizeof(aux), 0);
}
end_try;
// debug
printf("Sending key: [%s]\n", buffer);
@ -140,7 +141,7 @@ int main(void)
try
{
sendKEY = create(char);
sendKEY = size(send, 256);
sendKEY = size(sendKEY, 256);
if (sendKEY == NULL)
{
throw(MEMORY_ALLOC_FAILURE);