summaryrefslogtreecommitdiff
path: root/src/authorization
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-12 21:36:17 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-12 21:36:17 +0200
commitadf5df0e1a05adc1abbbfdcd62385db89c9aa00c (patch)
tree68ebd9a70e0782d09d9cb5138e3abe14b45dd249 /src/authorization
parent8abd2bc77ab3adfcc95f9cca24e43acc81dc8e19 (diff)
downloadanastasis-adf5df0e1a05adc1abbbfdcd62385db89c9aa00c.tar.gz
anastasis-adf5df0e1a05adc1abbbfdcd62385db89c9aa00c.tar.bz2
anastasis-adf5df0e1a05adc1abbbfdcd62385db89c9aa00c.zip
rename 'next' to 'select_version' and allow passing provider array
Diffstat (limited to 'src/authorization')
-rw-r--r--src/authorization/anastasis_authorization_plugin_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_post.c b/src/authorization/anastasis_authorization_plugin_post.c
index 1de2eee..1863279 100644
--- a/src/authorization/anastasis_authorization_plugin_post.c
+++ b/src/authorization/anastasis_authorization_plugin_post.c
@@ -248,7 +248,7 @@ post_validate (void *cls,
json_decref (j);
if (MHD_NO ==
TALER_MHD_reply_with_error (connection,
- MHD_HTTP_CONFICT,
+ MHD_HTTP_CONFLICT,
TALER_EC_ANASTASIS_POST_INVALID,
"JSON lacked required address information"))
return GNUNET_SYSERR;