-allow caller ID to differ from zone used for resolution
[oweals/gnunet.git] / src / transport / test_transport_api_manipulation_send_tcp.c
index 2b7fdc250548e0e7488bb7e564067e2644fed74f..381d7d38a2b9430592ea6c90b80a934e2f242b85 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);
 }