diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-03-04 18:04:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-03-04 18:04:50 +0100 |
commit | 385b1d3d9178e459eaf553ef14275d228f8f0fa7 (patch) | |
tree | 5ef1a4a6895cd6c4fcf68120a6323e5cf64dda7e | |
parent | d86da7607b3872452b19ade757a5819ab837f983 (diff) |
fix config for demo setupv0.9.2-debian-1
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/backend/taler-merchant-httpd_private-patch-templates-ID.c | 2 | ||||
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-templates.c | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ccd1a32c..070b8aea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.9.2-1) unstable; urgency=low + + * Minor improvements to Debian package. + + -- Christian Grothoff <grothoff@gnu.org> Sat, 3 Mar 2023 13:50:12 +0200 + taler-merchant (0.9.2) unstable; urgency=low * Packaging latest release. diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c index d5ff8324..b5938368 100644 --- a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c +++ b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c @@ -116,7 +116,7 @@ TMH_private_patch_templates_ID (const struct TMH_RequestHandler *rh, GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_uint32 ("pos_algorithm", &pos_algorithm), - 0), + NULL), GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_string ("pos_key", (const char **) &tp.pos_key), diff --git a/src/backend/taler-merchant-httpd_private-post-templates.c b/src/backend/taler-merchant-httpd_private-post-templates.c index 00116cba..276e225f 100644 --- a/src/backend/taler-merchant-httpd_private-post-templates.c +++ b/src/backend/taler-merchant-httpd_private-post-templates.c @@ -76,7 +76,7 @@ TMH_private_post_templates (const struct TMH_RequestHandler *rh, GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_uint32 ("pos_algorithm", &pos_algorithm), - 0), + NULL), GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_string ("pos_key", (const char **) &tp.pos_key), |