From 9df4cb72d3e3b914caa8e1dc451519715a360026 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Nov 2013 12:06:18 +0000 Subject: -make buildbots happier --- src/transport/plugin_transport_udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/plugin_transport_udp.c') 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) switch (ntohs (msg->type)) { case GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON: - udp_broadcast_receive (plugin, &buf, size, addr, fromlen); + udp_broadcast_receive (plugin, buf, size, addr, fromlen); return; case GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE: @@ -2905,7 +2905,7 @@ setup_sockets (struct Plugin *plugin, sockets_created++; } else - { + { LOG (GNUNET_ERROR_TYPE_ERROR, "Failed to bind UDP socket to %s: %s\n", GNUNET_a2s (server_addr, addrlen), STRERROR (eno)); -- cgit v1.2.3