gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/03: fix typos


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/03: fix typos
Date: Fri, 17 Mar 2017 17:15:14 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 78bfa7d077482d7008fac3d7406a08021cc195ad
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 17 16:58:00 2017 +0100

    fix typos
---
 src/exchange/taler-exchange-httpd_db.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_db.c 
b/src/exchange/taler-exchange-httpd_db.c
index a5b8e73..cf142e0 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -375,10 +375,10 @@ TEH_DB_execute_refund (struct MHD_Connection *connection,
     case TALER_EXCHANGEDB_TT_DEPOSIT:
       if (GNUNET_NO == deposit_found)
       {
-        if ( (0 == memcmp (&tlp->details.deposit.merchant_pub,
+        if ( (0 == memcmp (&tlp->details.deposit->merchant_pub,
                            &refund->merchant_pub,
                            sizeof (struct TALER_MerchantPublicKeyP))) &&
-             (0 == memcmp (&tlp->details.deposit.h_proposal_data,
+             (0 == memcmp (&tlp->details.deposit->h_proposal_data,
                            &refund->h_proposal_data,
                            sizeof (struct GNUNET_HashCode))) )
         {
@@ -408,13 +408,13 @@ TEH_DB_execute_refund (struct MHD_Connection *connection,
           break;
         }
         /* Second, check if existing refund request conflicts */
-        if ( (0 == memcmp (&tlp->details.merchant_pub,
+        if ( (0 == memcmp (&tlp->details.refund->merchant_pub,
                            &refund->merchant_pub,
                            sizeof (struct TALER_MerchantPublicKeyP))) &&
-             (0 == memcmp (&tlp->details.h_proposal_data,
+             (0 == memcmp (&tlp->details.refund->h_proposal_data,
                            &refund->h_proposal_data,
                            sizeof (struct GNUNET_HashCode))) &&
-             (tlp->details.rtransaction_id != refund->rtransaction_id) )
+             (tlp->details.refund->rtransaction_id != refund->rtransaction_id) 
)
         {
           GNUNET_break_op (0); /* conflicting refund found */
           refund_found = GNUNET_SYSERR;

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



reply via email to

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