[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix typo: ‘s/(MHD_HTTP_UNPROCESS
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’ |
Date: |
Tue, 23 Aug 2022 03:14:40 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 6e33a685 fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
6e33a685 is described below
commit 6e33a685ac70860293cff4a4e4803bdb07f6c684
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Aug 22 21:14:08 2022 -0400
fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
---
src/kyclogic/plugin_kyclogic_persona.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kyclogic/plugin_kyclogic_persona.c
b/src/kyclogic/plugin_kyclogic_persona.c
index fba3a263..651388c9 100644
--- a/src/kyclogic/plugin_kyclogic_persona.c
+++ b/src/kyclogic/plugin_kyclogic_persona.c
@@ -565,7 +565,7 @@ handle_initiate_finished (void *cls,
return;
}
case MHD_HTTP_BAD_REQUEST:
- case MHD_HTTP_UNPROCESSABLE_CONTENT:
+ case MHD_HTTP_UNPROCESSABLE_ENTITY:
{
const char *msg;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.