[gnutls-devel] GnuTLS | Testsuite error - listening on IPv6, connecting to IPv4 (#1007)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sat Jun 6 19:19:37 CEST 2020
Andreas Metzler commented:
The latest gnutls upload to Debian features this change:
~~~diff
--- gnutls28-3.6.14.orig/src/serv.c
+++ gnutls28-3.6.14/src/serv.c
@@ -912,11 +912,7 @@ int listen_socket(const char *name, int
snprintf(portname, sizeof(portname), "%d", listen_port);
memset(&hints, 0, sizeof(hints));
hints.ai_socktype = socktype;
- hints.ai_flags = AI_PASSIVE
-#ifdef AI_ADDRCONFIG
- | AI_ADDRCONFIG
-#endif
- ;
+ hints.ai_flags = AI_PASSIVE;
~~~
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1007#note_356637206
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200606/5b3ee16f/attachment.html>
More information about the Gnutls-devel
mailing list