gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: need array terminator


From: gnunet
Subject: [taler-exchange] branch master updated: need array terminator
Date: Fri, 24 Apr 2020 20:57:06 +0200

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 e2e8d625 need array terminator
e2e8d625 is described below

commit e2e8d62574060e43036ba9cf73e5acef52fdb049
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Apr 24 20:57:04 2020 +0200

    need array terminator
---
 src/json/json_wire.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/json/json_wire.c b/src/json/json_wire.c
index 837263c1..1cd3fd7d 100644
--- a/src/json/json_wire.c
+++ b/src/json/json_wire.c
@@ -380,7 +380,10 @@ validate_payto (const char *account_url)
     return GNUNET_SYSERR; /* not payto */
 #undef PAYTO_PREFIX
   if (GNUNET_NO != (ret = validate_payto_iban (account_url)))
+  {
+    GNUNET_break_op (GNUNET_SYSERR != ret);
     return ret; /* got a definitive answer */
+  }
   /* Insert other bank account validation methods here later! */
   return GNUNET_NO;
 }
@@ -416,6 +419,9 @@ TALER_JSON_merchant_wire_signature_hash (const json_t 
*wire_s,
     GNUNET_break_op (0);
     return GNUNET_SYSERR;
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Validating `%s'\n",
+              payto_uri);
   if (GNUNET_SYSERR == validate_payto (payto_uri))
   {
     GNUNET_break_op (0);

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



reply via email to

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