remove output
[oweals/gnunet.git] / src / transport / transport-testing.c
index 8875afb8ec3ab8a51c8eef38c78a3c4c9177713b..11344b125e0866f418fe8a1afb2d1e9aed365cf6 100644 (file)
@@ -578,7 +578,8 @@ GNUNET_TRANSPORT_TESTING_init ()
   tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle));
 
   /* Init testing the testing lib */
-  tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL, NULL);
+  tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL,
+                                                 NULL, NULL);
   if (NULL == tth->tl_system)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n"));