Server -> Error

This commit is contained in:
2020-09-30 08:23:11 -07:00
parent dcbb6a49ce
commit bdca2a5394
2 changed files with 367 additions and 77 deletions

View File

@@ -95,7 +95,6 @@ int main (int argc, char **argv) {
printf("\x1B[37m");
fgets (buffer, BUF, stdin);
strcpy(bufferString, buffer);
printf("%s", bufferString);
send(create_socket, buffer, strlen (buffer), 0);
}
while (strcmp (buffer, "quit\n") != 0);