dce
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 16:25:42 +0000 (16:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 16:25:42 +0000 (16:25 +0000)
src/vpn/gnunet-daemon-exit.c

index 677f61ea22653ce92a49be1914878b046c8ce252..75db415d991a37dadf61f439e7a3c7c13d5313bb 100644 (file)
@@ -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);