gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: implement #4851 (re


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: implement #4851 (refuse to run without wire plugin)
Date: Thu, 02 Mar 2017 06:34:56 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d06dac6  implement #4851 (refuse to run without wire plugin)
d06dac6 is described below

commit d06dac625072cad6888c9d0a77f6bd19faa5f2d9
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 2 06:34:53 2017 +0100

    implement #4851 (refuse to run without wire plugin)
---
 src/exchange/taler-exchange-httpd_validation.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_validation.c 
b/src/exchange/taler-exchange-httpd_validation.c
index f5221fe..541173f 100644
--- a/src/exchange/taler-exchange-httpd_validation.c
+++ b/src/exchange/taler-exchange-httpd_validation.c
@@ -114,6 +114,13 @@ TEH_VALIDATION_init (const struct 
GNUNET_CONFIGURATION_Handle *cfg)
                                  p);
   }
   GNUNET_free (wireformats);
+  if (NULL == wire_head)
+  {
+    GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
+                               "exchange",
+                               "wireformat");
+    return GNUNET_SYSERR;
+  }
   return 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]