aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 660b9c6b4..f1c06ebc0 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -584,7 +584,7 @@ GNUNET_TRANSPORT_TESTING_init ()
584 tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle)); 584 tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle));
585 585
586 /* Init testing the testing lib */ 586 /* Init testing the testing lib */
587 tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL); 587 tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL, NULL);
588 if (NULL == tth->tl_system) 588 if (NULL == tth->tl_system)
589 { 589 {
590 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n")); 590 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n"));