summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-06 20:07:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-06 21:11:49 +0200
commite6a8b181f8e242e78c5c893c751d8ab179987fd2 (patch)
tree0a213101b5bb9ca3ade5b5bc2ba12ebceab5d067 /src/backend/taler-merchant-httpd_pay.c
parentb23781154ace70764e0c65efa1d49abba004dbf2 (diff)
downloadmerchant-e6a8b181f8e242e78c5c893c751d8ab179987fd2.tar.gz
merchant-e6a8b181f8e242e78c5c893c751d8ab179987fd2.tar.bz2
merchant-e6a8b181f8e242e78c5c893c751d8ab179987fd2.zip
check return value from TALER_JSON_hash
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 600a9ac5..3c3d43d0 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -1246,6 +1246,7 @@ parse_pay (struct MHD_Connection *connection,
TALER_JSON_hash (pc->contract_terms,
&pc->h_contract_terms))
{
+ GNUNET_break (0);
GNUNET_JSON_parse_free (spec);
if (MHD_YES !=
TMH_RESPONSE_reply_internal_error (connection,