- since session == NULL this is more clear
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 13 Jun 2012 14:18:13 +0000 (14:18 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 13 Jun 2012 14:18:13 +0000 (14:18 +0000)
src/transport/gnunet-service-transport_neighbours.c

index e49550364509a0c46096bd96826cbf2d14ae8300..edefbd2a6512b10011c2b021c956694c38268ad8 100644 (file)
@@ -2125,7 +2125,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
   {
     GNUNET_break (0);
     if (strlen (address->transport_name) > 0)
-      GNUNET_ATS_address_destroyed (GST_ats, address, session);
+      GNUNET_ATS_address_destroyed (GST_ats, address, NULL);
     return;
   }
   if (NULL == session)