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:07 +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 38b828c7 -fix bogus member init
38b828c7 is described below

commit 38b828c7c9b1f0c55916b2b50462e4cfa39cb15c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 19 11:46:02 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 749fc253..65d92788 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1767,8 +1767,8 @@ run (void *cls,
   }
   {
     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)
     };
 
     instance_eh = TMH_db->event_listen (TMH_db->cls,

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