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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 8875afb8e..11344b125 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -578,7 +578,8 @@ GNUNET_TRANSPORT_TESTING_init ()
578 tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle)); 578 tth = GNUNET_malloc (sizeof (struct GNUNET_TRANSPORT_TESTING_handle));
579 579
580 /* Init testing the testing lib */ 580 /* Init testing the testing lib */
581 tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL, NULL); 581 tth->tl_system = GNUNET_TESTING_system_create ("transport-testing", NULL,
582 NULL, NULL);
582 if (NULL == tth->tl_system) 583 if (NULL == tth->tl_system)
583 { 584 {
584 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n")); 585 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Failed to initialize testing library!\n"));