aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
commit8dceae82b3478d223779cbcc335b4ca497acbba5 (patch)
treeb298d3e18ac56e3d570d1275ab3a6da12a1fe761 /src/transport
parente41a408e2bdf2f7f1a3b91769ba6c47e48bb5595 (diff)
downloadgnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.tar.gz
gnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.zip
- service sharing in testing
Diffstat (limited to 'src/transport')
-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"));