gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32053 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r32053 - gnunet/src/transport
Date: Tue, 28 Jan 2014 09:53:19 +0100

Author: wachs
Date: 2014-01-28 09:53:19 +0100 (Tue, 28 Jan 2014)
New Revision: 32053

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
fix compile error


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2014-01-27 21:43:37 UTC (rev 
32052)
+++ gnunet/src/transport/plugin_transport_udp.c 2014-01-28 08:53:19 UTC (rev 
32053)
@@ -1476,7 +1476,7 @@
     memset (&v6, '\0', sizeof (v6));
     v6.sin6_family = AF_INET6;
 #if HAVE_SOCKADDR_IN_SIN_LEN
-    v6.sin_len = sizeof (struct sockaddr_in6);
+    v6.sin6_len = sizeof (struct sockaddr_in6);
 #endif
     v6.sin6_port = udp_v6->u6_port;
     v6.sin6_addr = udp_v6->ipv6_addr;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]