gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17701 - gnunet/src/transport
Date: Mon, 24 Oct 2011 10:29:21 +0200

Author: grothoff
Date: 2011-10-24 10:29:21 +0200 (Mon, 24 Oct 2011)
New Revision: 17701

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 2011-10-24 08:28:22 UTC (rev 
17700)
+++ gnunet/src/transport/plugin_transport_udp.c 2011-10-24 08:29:21 UTC (rev 
17701)
@@ -1197,7 +1197,7 @@
 #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
 




reply via email to

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