- fix typo
This commit is contained in:
parent
8c3751fca4
commit
474db6e68d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ int main(int argc, char* argv[])
|
|||
exit(1);
|
||||
}
|
||||
write(sockd2, msg, strlen(msg)+1);
|
||||
//close(sockd2);
|
||||
close(sockd2);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue