commit 3a356ab47fb2afcd53d7a92d3c4b567e354044d2
parent 6cf9f8f43a055adca63d01e0e26065474669b962
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 23 Oct 2025 14:03:32 +0200
fix #10526
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/auditor/taler-helper-auditor-deposits.c b/src/auditor/taler-helper-auditor-deposits.c
@@ -271,7 +271,7 @@ analyze_deposit_confirmations (void *cls)
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
return qs;
}
- had_pp = (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs);
+ had_pp = (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS != qs);
if (had_pp)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
diff --git a/src/auditor/taler-helper-auditor-purses.c b/src/auditor/taler-helper-auditor-purses.c
@@ -1380,11 +1380,13 @@ analyze_purses (void *cls)
GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
return qs;
}
- had_pp = (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs);
+ had_pp = (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS != qs);
if (had_pp)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Resuming purse audit at %llu/%llu/%llu/%llu/%llu/%llu\n",
+ "Resuming purse audit at %llu/%llu/%llu/%llu/%llu/%llu/%llu\n",
+ (unsigned long long) TALER_ARL_USE_PP (
+ purse_open_counter),
(unsigned long long) TALER_ARL_USE_PP (
purse_request_serial_id),
(unsigned long long) TALER_ARL_USE_PP (