gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-challenger] branch master updated: -style fixes


From: gnunet
Subject: [taler-challenger] branch master updated: -style fixes
Date: Thu, 02 Nov 2023 20:03:33 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new 10c6a75  -style fixes
10c6a75 is described below

commit 10c6a75d2352c6b506de4bf2c26cc36b006bbe2f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 2 20:03:30 2023 +0100

    -style fixes
---
 contrib/validation-unknown.must         | 2 +-
 src/challenger/challenger-httpd.c       | 3 ++-
 src/challenger/challenger-send-email.sh | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/validation-unknown.must b/contrib/validation-unknown.must
index ade52ed..3c1fc77 100644
--- 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
index d87d079..f36747b 100644
--- 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
index 738aaf0..6e0d03b 100755
--- 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]