aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-12 15:43:30 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-12 15:43:30 +0000
commit888b846cf697d91d4a20072b60896a5ad13ad3b4 (patch)
tree4dee095919b9a233f1c30ba67daf81e3ff857dfd
parent1c4d4ee5c81d4ff6c8b0133e6b2ccefe61c6e674 (diff)
downloadgnunet-gtk-888b846cf697d91d4a20072b60896a5ad13ad3b4.tar.gz
gnunet-gtk-888b846cf697d91d4a20072b60896a5ad13ad3b4.zip
fix #3536 as suggested
-rw-r--r--src/setup/gnunet-setup-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup-transport.c b/src/setup/gnunet-setup-transport.c
index 63b018b3..9168683d 100644
--- a/src/setup/gnunet-setup-transport.c
+++ b/src/setup/gnunet-setup-transport.c
@@ -328,7 +328,7 @@ nipo (void *cls, const char *name, int isDefault, const struct sockaddr *addr,
328 (0 != memcmp (&in6addr_loopback, 328 (0 != memcmp (&in6addr_loopback,
329 &((struct sockaddr_in6 *)addr)->sin6_addr, 329 &((struct sockaddr_in6 *)addr)->sin6_addr,
330 sizeof (struct in6_addr))) && 330 sizeof (struct in6_addr))) &&
331 (! IN6_IS_ADDR_LINKLOCAL ((const struct sockaddr_in6*) addr)) ) 331 (! IN6_IS_ADDR_LINKLOCAL (&((const struct sockaddr_in6*) addr)->sin6_addr)))
332 { 332 {
333 *have_v6 = GNUNET_YES; 333 *have_v6 = GNUNET_YES;
334 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 334 GNUNET_log (GNUNET_ERROR_TYPE_INFO,