diff --git a/core/network.c b/core/network.c index aa16bda9..3cd53ef7 100644 --- a/core/network.c +++ b/core/network.c @@ -178,7 +178,7 @@ int resolve_addr(char *address) struct addrinfo *server = NULL; - int success = getaddrinfo(address, "7", &hints, &server); + int success = getaddrinfo(address, "echo", &hints, &server); if(success != 0) return -1;