This commit is contained in:
Christian Grothoff 2023-01-20 15:20:51 +01:00
parent 56cdb7e9e6
commit c782615262
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -30,7 +30,6 @@
#include "taler-exchange-httpd_responses.h" #include "taler-exchange-httpd_responses.h"
MHD_RESULT MHD_RESULT
TEH_handler_management_post_aml_decision ( TEH_handler_management_post_aml_decision (
struct MHD_Connection *connection, struct MHD_Connection *connection,
@ -45,6 +44,7 @@ TEH_handler_management_post_aml_decision (
struct TALER_AmlOfficerPublicKeyP officer_pub; struct TALER_AmlOfficerPublicKeyP officer_pub;
struct TALER_AmlOfficerSignatureP officer_sig; struct TALER_AmlOfficerSignatureP officer_sig;
struct GNUNET_JSON_Specification spec[] = { struct GNUNET_JSON_Specification spec[] = {
// FIXME: officer_pub is in URL path, not in JSON body!
GNUNET_JSON_spec_fixed_auto ("officer_pub", GNUNET_JSON_spec_fixed_auto ("officer_pub",
&officer_pub), &officer_pub),
GNUNET_JSON_spec_fixed_auto ("officer_sig", GNUNET_JSON_spec_fixed_auto ("officer_sig",