gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix bogus member init


From: gnunet
Subject: [taler-merchant] branch master updated: -fix bogus member init
Date: Fri, 19 Nov 2021 11:46:51 +0100

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 5862a804 -fix bogus member init
5862a804 is described below

commit 5862a8041d72f208cb7c131d3b63cc144ae9473d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 19 11:46:49 2021 +0100

    -fix bogus member init
---
 src/backend/taler-merchant-httpd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 65d92788..9f460df1 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1636,8 +1636,8 @@ void
 TMH_reload_instances (const char *id)
 {
   struct GNUNET_DB_EventHeaderP es = {
-    es.size = ntohs (sizeof (es)),
-    es.type = ntohs (TALER_DBEVENT_MERCHANT_INSTANCE_SETTINGS)
+    .size = ntohs (sizeof (es)),
+    .type = ntohs (TALER_DBEVENT_MERCHANT_INSTANCE_SETTINGS)
   };
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,

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