[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 02/02: -return code fix
From: |
gnunet |
Subject: |
[taler-exchange] 02/02: -return code fix |
Date: |
Thu, 09 Jan 2025 16:35:37 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 37a439fc4053e05d6068fe3590caf9f82356486c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 9 16:35:10 2025 +0100
-return code fix
---
src/json/json_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index bb506015a..472c269ac 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -1696,6 +1696,7 @@ parse_kycte (void *cls,
}
}
GNUNET_break_op (0);
+ return GNUNET_SYSERR;
}
if (json_is_integer (root))
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.