projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5971e4
)
dce
author
Christian Grothoff
<christian@grothoff.org>
Tue, 18 Oct 2011 16:25:42 +0000
(16:25 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 18 Oct 2011 16:25:42 +0000
(16:25 +0000)
src/vpn/gnunet-daemon-exit.c
patch
|
blob
|
history
diff --git
a/src/vpn/gnunet-daemon-exit.c
b/src/vpn/gnunet-daemon-exit.c
index 677f61ea22653ce92a49be1914878b046c8ce252..75db415d991a37dadf61f439e7a3c7c13d5313bb 100644
(file)
--- 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);