gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19942 - gnunet/src/transport
Date: Wed, 22 Feb 2012 17:17:40 +0100

Author: wachs
Date: 2012-02-22 17:17:39 +0100 (Wed, 22 Feb 2012)
New Revision: 19942

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- fix


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-02-22 16:15:57 UTC (rev 
19941)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-02-22 16:17:39 UTC (rev 
19942)
@@ -2043,7 +2043,7 @@
   }
 
   /* Clean up leftover messages */
-  struct UDPMessageWrapper * updw;
+  struct UDPMessageWrapper * udpw;
   udpw = plugin->ipv4_queue_head;
   while (udpw != NULL)
   {




reply via email to

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