Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_api_restart_2peers.c
index 7c1e039912ae1ee20fc6710ba80e29934d695365..3b5d63bce48e7eb4efcfbd45d8c43cd4e6400da8 100644 (file)
@@ -270,7 +270,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
               p2->no, GNUNET_i2s (&p2->id), p1->no, receiver_s);
   GNUNET_free (receiver_s);
 
-  th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, 256, 0,
+  th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, 256,
                                                TIMEOUT_TRANSMIT, &notify_ready,
                                                p1);
 }