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