aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
commit9df4cb72d3e3b914caa8e1dc451519715a360026 (patch)
treef020046b369296c67e0835cafbb4b3bfe643463c /src/transport/plugin_transport_udp.c
parent3ab14ab0253aeb1e715caad470e8f308c8243cdf (diff)
downloadgnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.tar.gz
gnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.zip
-make buildbots happier
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index f5086b070..d69390055 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2438,7 +2438,7 @@ udp_select_read (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *rsock)
2438 switch (ntohs (msg->type)) 2438 switch (ntohs (msg->type))
2439 { 2439 {
2440 case GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON: 2440 case GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON:
2441 udp_broadcast_receive (plugin, &buf, size, addr, fromlen); 2441 udp_broadcast_receive (plugin, buf, size, addr, fromlen);
2442 return; 2442 return;
2443 2443
2444 case GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE: 2444 case GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE:
@@ -2905,7 +2905,7 @@ setup_sockets (struct Plugin *plugin,
2905 sockets_created++; 2905 sockets_created++;
2906 } 2906 }
2907 else 2907 else
2908 { 2908 {
2909 LOG (GNUNET_ERROR_TYPE_ERROR, 2909 LOG (GNUNET_ERROR_TYPE_ERROR,
2910 "Failed to bind UDP socket to %s: %s\n", 2910 "Failed to bind UDP socket to %s: %s\n",
2911 GNUNET_a2s (server_addr, addrlen), STRERROR (eno)); 2911 GNUNET_a2s (server_addr, addrlen), STRERROR (eno));