dont skip when mid > traget
authorBart Polot <bart@net.in.tum.de>
Sat, 13 Jul 2013 15:00:28 +0000 (15:00 +0000)
committerBart Polot <bart@net.in.tum.de>
Sat, 13 Jul 2013 15:00:28 +0000 (15:00 +0000)
src/mesh/gnunet-service-mesh.c

index 98fe1225a29f818bbb3eac6eb9cd5e72ed6675aa..f3a4a266e8c49a99a427e2e3a7aa6bac353594f5 100644 (file)
@@ -2476,7 +2476,6 @@ tunnel_free_buffer_ucast (struct MeshTunnel *t,
     if (copy->mid > target)
     {
      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " next copy %llu\n", copy->mid);
-     copy = copy->next;
      continue;
     }