aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
commit87566df009e48391b08d3f1cdf3dedf7debcac7b (patch)
treee56d091c02b989535754dbd723c39d30620aa905 /src/transport
parent69d9d1763c430be814457f744b468140d278e3e9 (diff)
downloadgnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.tar.gz
gnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.zip
testing now includes valid hostname rewriting
Diffstat (limited to 'src/transport')
-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"));