aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-18 16:25:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-18 16:25:42 +0000
commitfb9941982a0a10645dab73918a65d5f47aac8b6d (patch)
treeab1126adbcf360e2072810081efef834f1a65059
parentb5971e42c86ba8d74ed08a15800fcd5952186ece (diff)
downloadgnunet-fb9941982a0a10645dab73918a65d5f47aac8b6d.tar.gz
gnunet-fb9941982a0a10645dab73918a65d5f47aac8b6d.zip
dce
-rw-r--r--src/vpn/gnunet-daemon-exit.c3
1 files changed, 0 insertions, 3 deletions
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)
675 else 675 else
676 { 676 {
677 struct addrinfo* res; 677 struct addrinfo* res;
678 struct addrinfo hints;
679
680 hints.ai_flags |= AI_NUMERICHOST;
681 678
682 int ret = getaddrinfo(hostname, NULL, NULL, &res); 679 int ret = getaddrinfo(hostname, NULL, NULL, &res);
683 680