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: fix reference count


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix reference counting issue
Date: Sun, 12 Feb 2017 04:24:00 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6338642  fix reference counting issue
6338642 is described below

commit 63386427c09f4316057a20a6d3f9b2a2d720eb23
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 04:23:57 2017 +0100

    fix reference counting issue
---
 src/backend/taler-merchant-httpd_pay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index 89039ed..dc7766a 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -434,7 +434,7 @@ deposit_cb (void *cls,
                            &sig);
   resume_pay_with_response (pc,
                             MHD_HTTP_OK,
-                            TMH_RESPONSE_make_json_pack ("{s:o, s:s, s:o}",
+                            TMH_RESPONSE_make_json_pack ("{s:O, s:s, s:o}",
                                                          "proposal_data", 
pc->proposal_data,
                                                          "sig",
                                                         json_string_value 
(GNUNET_JSON_from_data_auto (&sig)),

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



reply via email to

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