From: Matthias Wachs Date: Thu, 7 Oct 2010 11:17:42 +0000 (+0000) Subject: Removed IPv6 linklocal check X-Git-Tag: initial-import-from-subversion-38251~20140 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=282fcb8267202c5ab4fafa54b8dd1a98591f85e6;p=oweals%2Fgnunet.git Removed IPv6 linklocal check This check is not needed, since no linklocal addresses are added to plugins address list --- diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index d7de2e91f..bf63769f7 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -2555,10 +2555,6 @@ http_plugin_address_suggested (void *cls, if (addrlen == sizeof (struct IPv6HttpAddress)) { v6 = (struct IPv6HttpAddress *) addr; - if (IN6_IS_ADDR_LINKLOCAL (&v6->ipv6_addr)) - { - return GNUNET_SYSERR; - } if (plugin->bind6_address!=NULL) {