gnunet-svn
[Top][All Lists]
Advanced

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

[taler-challenger] branch master updated: -fix typo


From: gnunet
Subject: [taler-challenger] branch master updated: -fix typo
Date: Wed, 14 Feb 2024 21:50:04 +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 0e2cf27  -fix typo
0e2cf27 is described below

commit 0e2cf27a7f5eb69d19b64d469df745ddee9a07d9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Feb 14 21:50:00 2024 +0100

    -fix typo
---
 src/challenger/challenger-httpd_common.h            | 1 +
 src/challengerdb/pg_challenge_set_address_and_pin.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/challenger/challenger-httpd_common.h 
b/src/challenger/challenger-httpd_common.h
index 01d8482..ff7844a 100644
--- a/src/challenger/challenger-httpd_common.h
+++ b/src/challenger/challenger-httpd_common.h
@@ -86,6 +86,7 @@ TALER_MHD_reply_with_oauth_error (
   enum TALER_ErrorCode ec,
   const char *detail);
 
+
 /**
  * Redirect the client on @a connection to the given
  * @a client_redirect_uri providing the given OAuth2.0
diff --git a/src/challengerdb/pg_challenge_set_address_and_pin.c 
b/src/challengerdb/pg_challenge_set_address_and_pin.c
index 04bebed..cd87ced 100644
--- a/src/challengerdb/pg_challenge_set_address_and_pin.c
+++ b/src/challengerdb/pg_challenge_set_address_and_pin.c
@@ -89,7 +89,7 @@ CH_PG_challenge_set_address_and_pin (
            " FROM challenger_do_challenge_set_address_and_pin"
            " ($1,$2,$3,$4,$5);");
   qs = GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
-                                                 
"challenge_set_address_and_pin",
+                                                 
"do_challenge_set_address_and_pin",
                                                  params,
                                                  rs);
   if (qs <= 0)

-- 
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]