Another fix.
This commit is contained in:
parent
b69bb44d7e
commit
e282ff5f7f
@ -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]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user