diff options
| -rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ int handle_client(int client_fd, char *buf) int main(int argc, char **argv) { - struct addrinfo hints, *res, *servinfo; + struct addrinfo hints, *res; struct sockaddr_storage their_addr; socklen_t addr_size; int sockfd, new_fd; |
