From 9c194f79a5d9fdba4d5cb9a0379bb8cae4778b95 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 May 2019 22:25:47 +0200 Subject: adapt to GNUnet API change --- src/exchange/taler-exchange-httpd_parsing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchange/taler-exchange-httpd_parsing.c') 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, -- cgit v1.2.3