Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_api_restart_1peer.c
index 8472e29c0e3a1f1284543d493197d59b66cba23c..f0d5d56608955c5bb426c089720f4e01d09128fd 100644 (file)
@@ -273,7 +273,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);
 }