gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19809 - gnunet/src/transport
Date: Tue, 14 Feb 2012 15:47:42 +0100

Author: wachs
Date: 2012-02-14 15:47:42 +0100 (Tue, 14 Feb 2012)
New Revision: 19809

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
- unused variable


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-02-14 14:28:54 UTC (rev 
19808)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-02-14 14:47:42 UTC (rev 
19809)
@@ -1027,7 +1027,6 @@
   struct Session * s = NULL;
   struct IPv4UdpAddress u4;
   struct IPv6UdpAddress u6;
-  struct GNUNET_ATS_Information ats;
   const void *arg;
   size_t args;
 
@@ -1043,8 +1042,6 @@
     return;
   }
 
-  ats.type = htonl (GNUNET_ATS_NETWORK_TYPE);
-  ats.value = htonl (GNUNET_ATS_NET_UNSPECIFIED);
   /* convert address */
   switch (sender_addr->sa_family)
   {




reply via email to

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