gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 02/02: zero out claim token


From: gnunet
Subject: [taler-merchant] 02/02: zero out claim token
Date: Thu, 30 Jul 2020 13:27:51 +0200

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

dold pushed a commit to branch master
in repository merchant.

commit becdce510942cd1bb879f6f9e4bd374cf675d500
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jul 30 16:57:06 2020 +0530

    zero out claim token
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index d0c3636..52d7b99 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1154,6 +1154,8 @@ postgres_lookup_order (void *cls,
     /* just to be safe: NULL it */
     if (NULL != contract_terms)
       *contract_terms = NULL;
+    if (NULL != claim_token)
+      *claim_token = (struct TALER_ClaimTokenP) { 0 };
   }
   return qs;
 }

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