mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
Variable name correction
This commit is contained in:
parent
17aa8921b3
commit
18634081fa
@ -168,7 +168,7 @@ void ntkd_request(void) {
|
|||||||
printf("Ready for client connect().\n");
|
printf("Ready for client connect().\n");
|
||||||
|
|
||||||
sockfd_2 = accept(sockfd_1, NULL, NULL);
|
sockfd_2 = accept(sockfd_1, NULL, NULL);
|
||||||
if (sd2 < 0) {
|
if (sockfd_2 < 0) {
|
||||||
perror("accept() failed");
|
perror("accept() failed");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user