Variable name correction

This commit is contained in:
MissValeska 2014-08-17 07:48:21 -07:00
parent 17aa8921b3
commit 18634081fa

View File

@ -168,7 +168,7 @@ void ntkd_request(void) {
printf("Ready for client connect().\n");
sockfd_2 = accept(sockfd_1, NULL, NULL);
if (sd2 < 0) {
if (sockfd_2 < 0) {
perror("accept() failed");
exit(-1);
}