gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: prevent segfault


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: prevent segfault
Date: Mon, 27 May 2019 16:37:57 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e16a0c9  prevent segfault
e16a0c9 is described below

commit e16a0c9a44c6094348ece670580b811d3569da98
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 27 16:37:49 2019 +0200

    prevent segfault
---
 src/backend/taler-merchant-httpd.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index be92fe2..ee3ccb6 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1352,7 +1352,10 @@ run (void *cls,
 
 
   {
-    const char *choices[] = {"tcp", "unix"};
+    const char *choices[] = {"tcp",
+                             "unix",
+                             NULL};
+
     const char *serve_type;
 
     if (GNUNET_OK !=

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



reply via email to

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