Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_api_disconnect.c
index 24eaa9f7143778a863a20812ced1fec3ffbd1399..3f8246142bfdb18819b11ca30d00af379e2793bc 100644 (file)
@@ -261,7 +261,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);
 }