summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_parsing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-02 22:25:47 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-02 22:25:47 +0200
commit9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95 (patch)
tree17aeb48b3f3cc38d048a9e20f9e921126ed56851 /src/exchange/taler-exchange-httpd_parsing.c
parentde9fdf860af9bdeadee4ed21a2c03dc34d58dd86 (diff)
downloadexchange-9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95.tar.gz
exchange-9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95.tar.bz2
exchange-9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95.zip
adapt to GNUnet API change
Diffstat (limited to 'src/exchange/taler-exchange-httpd_parsing.c')
-rw-r--r--src/exchange/taler-exchange-httpd_parsing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_parsing.c b/src/exchange/taler-exchange-httpd_parsing.c
index 4d7b5ab60..2a9f7a5a7 100644
--- a/src/exchange/taler-exchange-httpd_parsing.c
+++ b/src/exchange/taler-exchange-httpd_parsing.c
@@ -70,6 +70,7 @@ TEH_PARSE_post_json (struct MHD_Connection *connection,
enum GNUNET_JSON_PostResult pr;
pr = GNUNET_JSON_post_parser (REQUEST_BUFFER_MAX,
+ connection,
con_cls,
upload_data,
upload_data_size,