[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -typo
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -typo |
Date: |
Thu, 05 Sep 2024 14:27:44 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new a92b31a66 -typo
a92b31a66 is described below
commit a92b31a66ebc03d460618fbbcb7a6bd7f0830e79
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 5 14:27:41 2024 +0200
-typo
---
src/exchange/taler-exchange-httpd_kyc-check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_kyc-check.c
b/src/exchange/taler-exchange-httpd_kyc-check.c
index aca07cdee..1b41c10f2 100644
--- a/src/exchange/taler-exchange-httpd_kyc-check.c
+++ b/src/exchange/taler-exchange-httpd_kyc-check.c
@@ -236,7 +236,7 @@ TEH_handler_kyc_check (
"await_auth",
TALER_EXCHANGE_YNA_NO,
&yna);
- kyc->await_auth = (TALER_EXCHANGE_YNA_YES == yna);
+ kyp->await_auth = (TALER_EXCHANGE_YNA_YES == yna);
}
/* long polling needed? */
if (GNUNET_TIME_absolute_is_future (kyp->timeout))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -typo,
gnunet <=