commit c7bbc121a50da91ca5603fbecfaab47319da88b0 parent bf733a72f2e568f91c9b43ca41cabfdcd4085448 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 13 Aug 2026 19:19:30 +0200 bump /keys listeners from tail, not from head Diffstat:
| M | src/exchange/taler-exchange-httpd_get-keys.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_get-keys.c b/src/exchange/taler-exchange-httpd_get-keys.c @@ -881,7 +881,7 @@ keys_timeout_cb (void *cls) (void) cls; keys_tt = NULL; - while (NULL != (skr = skr_head)) + while (NULL != (skr = skr_tail)) { if (GNUNET_TIME_absolute_is_future (skr->timeout)) break;