Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_api_manipulation_recv_tcp.c
index a91866be42598fad16f9ff11dd6892fe7203ee16..6b86e9ff16621801d94929551221f4b4a839dd53 100644 (file)
@@ -304,7 +304,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   }
 
   s_sending = GNUNET_YES;
-  th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, TEST_MESSAGE_SIZE, 0,
+  th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, TEST_MESSAGE_SIZE,
                                                TIMEOUT_TRANSMIT, &notify_ready,
                                                p1);
 }