gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix regression caus


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix regression causing NPE
Date: Sun, 19 Mar 2017 11:16:57 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 135172b  fix regression causing NPE
135172b is described below

commit 135172bae4ef2d587efce112fd350b52e5a2d7a4
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 19 11:16:53 2017 +0100

    fix regression causing NPE
---
 src/exchange/taler-exchange-httpd_db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_db.c 
b/src/exchange/taler-exchange-httpd_db.c
index 78893d4..c3bc8ae 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -401,7 +401,7 @@ TEH_DB_execute_refund (struct MHD_Connection *connection,
              (0 == memcmp (&tlp->details.refund->h_proposal_data,
                            &refund->h_proposal_data,
                            sizeof (struct GNUNET_HashCode))) &&
-             (ref->rtransaction_id == refund->rtransaction_id) )
+             (tlp->details.refund->rtransaction_id == refund->rtransaction_id) 
)
         {
           ref = tlp->details.refund;
           refund_found = GNUNET_YES;

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



reply via email to

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