challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 9d8ccf659b716c1da478e9868c57129d555feca4
parent 85f2b8a7ddb7917a1b05ece0af966fd1d6442b90
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 22 Sep 2023 12:59:50 +0200

-misc minor fixes

Diffstat:
Msrc/challenger/challenger-httpd_challenge.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/challenger/challenger-httpd_challenge.c b/src/challenger/challenger-httpd_challenge.c @@ -292,8 +292,6 @@ send_tan (struct ChallengeContext *bc) { ssize_t ret; - if (0 == left) - break; ret = GNUNET_DISK_file_write (pipe_stdin, off, left);