From: Christian Grothoff Date: Mon, 24 Oct 2011 08:29:21 +0000 (+0000) Subject: fix compile error X-Git-Tag: initial-import-from-subversion-38251~16307 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6cb165524b50f52824c76a08bd3f1101b48dad21;p=oweals%2Fgnunet.git fix compile error --- diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 9812416de..fa632f28a 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -1197,7 +1197,7 @@ udp_read (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *rsock) #if DEBUG_UDP LOG (GNUNET_ERROR_TYPE_DEBUG, "UDP processes %u-byte acknowledgement from `%s' at `%s'\n", - (unsigned int) ntohs (msg->size), GNUNET_i2s (&udp->sender), + (unsigned int) ntohs (msg->size), GNUNET_i2s (&udp_ack->sender), GNUNET_a2s ((const struct sockaddr *) addr, fromlen)); #endif