gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix segfault


From: gnunet
Subject: [taler-exchange] branch master updated: fix segfault
Date: Mon, 27 Jul 2020 14:03:15 +0200

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

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6fd44ff2 fix segfault
6fd44ff2 is described below

commit 6fd44ff2ea8f86655ac6450efd88da85b48211cf
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 14:03:11 2020 +0200

    fix segfault
---
 src/bank-lib/taler-bank-transfer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/taler-bank-transfer.c 
b/src/bank-lib/taler-bank-transfer.c
index f3b39337..9065122d 100644
--- a/src/bank-lib/taler-bank-transfer.c
+++ b/src/bank-lib/taler-bank-transfer.c
@@ -132,7 +132,7 @@ do_shutdown (void *cls)
     TALER_BANK_debit_history_cancel (dhh);
     dhh = NULL;
   }
-  if (NULL != eh)
+  if ( (NULL != eh) && (0 != global_ret))
   {
     TALER_BANK_transfer_cancel (eh);
     eh = NULL;

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