gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: allow missing detail


From: gnunet
Subject: [taler-anastasis] branch master updated: allow missing detail
Date: Fri, 06 Nov 2020 10:37:55 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 2759c29  allow missing detail
2759c29 is described below

commit 2759c29c49bd292c0c23c8d2a97499de36025dad
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 6 10:37:53 2020 +0100

    allow missing detail
---
 src/lib/anastasis_api_backup_redux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/anastasis_api_backup_redux.c 
b/src/lib/anastasis_api_backup_redux.c
index 6111c0a..f127bb3 100644
--- a/src/lib/anastasis_api_backup_redux.c
+++ b/src/lib/anastasis_api_backup_redux.c
@@ -45,7 +45,7 @@ ANASTASIS_redux_fail (ANASTASIS_ActionCallback cb,
 {
   json_t *estate;
 
-  estate = json_pack ("{s:s, s:I, s:s}",
+  estate = json_pack ("{s:s?, s:I, s:s}",
                       "detail", detail,
                       "code", (json_int_t) ec,
                       "hint", TALER_ErrorCode_get_hint (ec));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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