removed client test print
This commit is contained in:
parent
1e7fbc03a8
commit
fbaef61ebc
@ -50,8 +50,6 @@ int main(void)
|
|||||||
printf(">>> ");
|
printf(">>> ");
|
||||||
getline(&line, &line_length, stdin);
|
getline(&line, &line_length, stdin);
|
||||||
|
|
||||||
printf("%s\n", line);
|
|
||||||
|
|
||||||
why2_send_socket(line, listen_socket);
|
why2_send_socket(line, listen_socket);
|
||||||
|
|
||||||
if (strcmp(line, "!exit\n") == 0) //USER REQUESTED PROGRAM EXIT
|
if (strcmp(line, "!exit\n") == 0) //USER REQUESTED PROGRAM EXIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user