Mismach Operations.
This commit is contained in:
parent
7b1875c2b6
commit
c2bad2ddea
Binary file not shown.
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user