Another fix.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 20:44:48 +00:00
parent b69bb44d7e
commit e282ff5f7f

View File

@ -122,6 +122,7 @@ int main(void)
close(sockfd); close(sockfd);
return 1; return 1;
} }
end_try;
int i = readl(filepath, buffer, 256); int i = readl(filepath, buffer, 256);
if (i == -1) if (i == -1)
@ -133,7 +134,6 @@ 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: [%x]\n", buffer[0]); printf("Sending key: [%x]\n", buffer[0]);