commit 10c6a75d2352c6b506de4bf2c26cc36b006bbe2f
parent 0d69fa5abde7e6a90d5d8da929214f75b3ccd477
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 2 Nov 2023 20:03:30 +0100
-style fixes
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/contrib/validation-unknown.must b/contrib/validation-unknown.must
@@ -3,6 +3,6 @@
<title>Validation process unknown (#{{ec}})</title>
</head>
<body>
-{{hint}}.
+{{hint}}
</body>
</html>
diff --git a/src/challenger/challenger-httpd.c b/src/challenger/challenger-httpd.c
@@ -279,9 +279,9 @@ url_handler (void *cls,
}
if (NULL == hc->rh)
{
- GNUNET_break_op (0);
if (found)
{
+ GNUNET_break_op (0);
/* TODO: return which methods are allowed ... */
return TALER_MHD_reply_static (hc->connection,
MHD_HTTP_METHOD_NOT_ALLOWED,
@@ -289,6 +289,7 @@ url_handler (void *cls,
NULL,
0);
}
+ GNUNET_break_op (0);
return TALER_MHD_reply_static (hc->connection,
MHD_HTTP_NOT_FOUND,
"text/plain",
diff --git a/src/challenger/challenger-send-email.sh b/src/challenger/challenger-send-email.sh
@@ -1,3 +1,3 @@
#!/bin/sh
# This file is in the public domain.
-exec mail -s "Anastasis" -r noreply "$1"
+exec mail -s "KYC Challenger" -r noreply "$1"