commit 95f0eacb25e5192e5339326ef4320154e5ae9a2b
parent 3dabe91c4dccd0f8ea8093797d70bec3ae5cf0a4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 6 Jun 2019 16:27:26 +0200
make test pass
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/test/test_twister.conf b/src/test/test_twister.conf
@@ -1,6 +1,7 @@
[twister]
# HTTP listen port for twister
HTTP_PORT = 8888
+SERVE = tcp
# HTTP Destination for twister. The test-Webserver needs
# to listen on the port used here.
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
@@ -2239,6 +2239,8 @@ parse_serving_mean (const struct GNUNET_CONFIGURATION_Handle *cfg,
if (0 == strcmp ("tcp", serve))
{
+ *path = NULL;
+
if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number
(cfg,
"twister",