gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix #7148


From: gnunet
Subject: [taler-merchant] branch master updated: fix #7148
Date: Tue, 01 Mar 2022 15:35:06 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 79762a92 fix #7148
79762a92 is described below

commit 79762a92ca0635074d62a2c4237003e87a6b0bb5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 1 15:35:04 2022 +0100

    fix #7148
---
 src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c 
b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
index e4edfe34..e0e2cd39 100644
--- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
+++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
@@ -605,6 +605,7 @@ get_instances_ID_kyc (struct TMH_MerchantInstance *mi,
   if (NULL == kc)
   {
     kc = GNUNET_new (struct KycContext);
+    kc->mi = mi;
     hc->ctx = kc;
     hc->cc = &kyc_context_cleanup;
     GNUNET_CONTAINER_DLL_insert (kc_head,

-- 
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]