gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 201/277: fix crash


From: gnunet
Subject: [taler-merchant] 201/277: fix crash
Date: Sun, 05 Jul 2020 20:51:54 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit ed7142edea9ecb6b57a72afb817bc37cabcb3fa6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 12 19:55:24 2020 +0200

    fix crash
---
 src/backend/taler-merchant-httpd_private-post-reserves.c | 1 +
 src/include/taler_merchantdb_plugin.h                    | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c 
b/src/backend/taler-merchant-httpd_private-post-reserves.c
index 91e459b..9da4105 100644
--- a/src/backend/taler-merchant-httpd_private-post-reserves.c
+++ b/src/backend/taler-merchant-httpd_private-post-reserves.c
@@ -183,6 +183,7 @@ handle_exchange (void *cls,
   struct PostReserveContext *rc = cls;
   const struct TALER_EXCHANGE_Keys *keys;
 
+  rc->fo = NULL;
   rc->suspended = false;
   MHD_resume_connection (rc->connection);
   GNUNET_CONTAINER_DLL_remove (rc_head,
diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 29550c4..2fb231d 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1270,7 +1270,6 @@ struct TALER_MERCHANTDB_Plugin
   /**
    * Retrieve wire transfer details for all deposits associated with
    * a given @a order_serial.
-   * FIXME: not implemented yet!
    *
    * @param cls closure
    * @param order_serial identifies the order
@@ -1288,7 +1287,6 @@ struct TALER_MERCHANTDB_Plugin
 
   /**
    * Insert wire transfer details for a deposit.
-   * FIXME: not implemented yet!
    *
    * @param cls closure
    * @param deposit_serial serial number of the deposit
@@ -1303,7 +1301,6 @@ struct TALER_MERCHANTDB_Plugin
 
   /**
    * Set 'wired' status for an order to 'true'.
-   * FIXME: not implemented yet!
    *
    * @param cls closure
    * @param order_serial serial number of the order

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