summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-19 11:46:02 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-19 11:46:02 +0100
commit38b828c7c9b1f0c55916b2b50462e4cfa39cb15c (patch)
tree83ef5c2bf5ed602502bbe40f9f024eee869f73ea
parent2b56dacb17bcfbefc2174a960000b53b8e188651 (diff)
downloadmerchant-38b828c7c9b1f0c55916b2b50462e4cfa39cb15c.tar.gz
merchant-38b828c7c9b1f0c55916b2b50462e4cfa39cb15c.tar.bz2
merchant-38b828c7c9b1f0c55916b2b50462e4cfa39cb15c.zip
-fix bogus member init
-rw-r--r--src/backend/taler-merchant-httpd.c4
1 files 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,