summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 1e5d2ab..dbdaa67 100644
--- a/server.c
+++ b/server.c
@@ -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;