commit 4533d2dedd5eae9ac8233b4117fa8cbdfee44312
parent 87da543ebe1616cae475751bd9245a309022405e
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 29 Jan 2026 16:17:14 +0900
-fix minor typos
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-reconciliation.c b/src/backend/taler-merchant-reconciliation.c
@@ -259,7 +259,7 @@ launch_inquiries_at_exchange (struct Exchange *e)
NULL != w;
w = w->next)
{
- if (e->exchange_inquiries > EXCHANGE_INQUIRY_LIMIT)
+ if (e->exchange_inquiries >= EXCHANGE_INQUIRY_LIMIT)
break;
if ( (NULL == w->task) &&
(NULL == w->wdh) )
@@ -417,7 +417,7 @@ end_inquiry (struct Inquiry *w)
(test_mode) )
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "No more open inquiries and in test mode. Existing.\n");
+ "No more open inquiries and in test mode. Exiting.\n");
GNUNET_SCHEDULER_shutdown ();
return;
}
@@ -1058,7 +1058,7 @@ find_work (void *cls)
GNUNET_SCHEDULER_shutdown ();
return;
}
- if (qs == limit)
+ if (qs >= limit)
{
/* DB limited response, re-trigger DB interaction
the moment we significantly fall below the