From fb9941982a0a10645dab73918a65d5f47aac8b6d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 Oct 2011 16:25:42 +0000 Subject: dce --- src/vpn/gnunet-daemon-exit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vpn') diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index 677f61ea2..75db415d9 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -675,9 +675,6 @@ read_service_conf (void *cls __attribute__ ((unused)), const char *section) else { struct addrinfo* res; - struct addrinfo hints; - - hints.ai_flags |= AI_NUMERICHOST; int ret = getaddrinfo(hostname, NULL, NULL, &res); -- cgit v1.2.3