Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chinashiyu authored Sep 27, 2016
1 parent 45eef80 commit 72c847b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,9 @@ int main(int argc, char *argv[]) {

pthread_join(thread_id, NULL);

/**
pthread_kill(thread_id, SIGINT);
*/

return 0;

Expand Down

0 comments on commit 72c847b

Please sign in to comment.