aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index ae710c73c..76fd1a6cd 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1760,8 +1760,6 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock)
1760 ssize_t sent; 1760 ssize_t sent;
1761 size_t slen; 1761 size_t slen;
1762 struct GNUNET_TIME_Absolute max; 1762 struct GNUNET_TIME_Absolute max;
1763 struct GNUNET_TIME_Absolute ;
1764
1765 struct UDPMessageWrapper *udpw = NULL; 1763 struct UDPMessageWrapper *udpw = NULL;
1766 1764
1767 if (sock == plugin->sockv4) 1765 if (sock == plugin->sockv4)
@@ -1859,9 +1857,9 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock)
1859 * have a valid global IPv6 address assigned 1857 * have a valid global IPv6 address assigned
1860 */ 1858 */
1861 LOG (GNUNET_ERROR_TYPE_ERROR | GNUNET_ERROR_TYPE_BULK, 1859 LOG (GNUNET_ERROR_TYPE_ERROR | GNUNET_ERROR_TYPE_BULK,
1862 _("UDP could not message to `%s': `%s'\n, " \ 1860 _("UDP could not message to `%s': `%s'. "
1863 "Please check your network configuration and disable IPv6 if your\n" \ 1861 "Please check your network configuration and disable IPv6 if your "
1864 "connection does not have a global IPv6 address"), 1862 "connection does not have a global IPv6 address\n"),
1865 GNUNET_a2s (sa, slen), 1863 GNUNET_a2s (sa, slen),
1866 STRERROR (errno)); 1864 STRERROR (errno));
1867 } 1865 }