gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -add missing check


From: gnunet
Subject: [taler-merchant] branch master updated: -add missing check
Date: Wed, 21 Jul 2021 16:14:57 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0bbb02ad -add missing check
0bbb02ad is described below

commit 0bbb02adc90f7b968d52c65e566737228964f7d3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 21 16:14:49 2021 +0200

    -add missing check
---
 contrib/merchant-backoffice                                | 2 +-
 src/backend/taler-merchant-httpd_private-get-products-ID.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 4320467d..1732185a 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984
+Subproject commit 1732185ac1d1dcc783b8f2489f2ce333b5254d92
diff --git a/src/backend/taler-merchant-httpd_private-get-products-ID.c 
b/src/backend/taler-merchant-httpd_private-get-products-ID.c
index 32be4d7c..18d7c78e 100644
--- a/src/backend/taler-merchant-httpd_private-get-products-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-products-ID.c
@@ -90,6 +90,7 @@ TMH_private_get_products_ID (const struct TMH_RequestHandler 
*rh,
       (json_int_t) pd.total_lost,
       "address",
       pd.address);
+    GNUNET_assert (NULL != reply);
     GNUNET_free (pd.description);
     GNUNET_free (pd.unit);
     if (0 != pd.next_restock.abs_value_us)

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