gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] branch master updated: make test pass


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: make test pass
Date: Thu, 06 Jun 2019 16:27:32 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 95f0eac  make test pass
95f0eac is described below

commit 95f0eacb25e5192e5339326ef4320154e5ae9a2b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 6 16:27:26 2019 +0200

    make test pass
---
 src/test/test_twister.conf          | 1 +
 src/twister/taler-twister-service.c | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/test/test_twister.conf b/src/test/test_twister.conf
index fbe48e2..e30eed8 100644
--- 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
index 24ae0fc..1d2143f 100644
--- 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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]