commit 0b25fe9e91304f9b0be6acebba243481615b7907 parent 8fd03faa1fd043952680f11fb8174896525d4231 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 26 Aug 2024 23:02:19 +0200 fix uninit qs Diffstat:
| M | src/auditor/taler-helper-auditor-coins.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c @@ -1292,7 +1292,7 @@ reduce_denom_balance (struct DenominationSummary *dso, "New balance of denomination `%s' is %s\n", GNUNET_h2s (&dso->issue->denom_hash.hash), TALER_amount2s (&dso->dcd.denom_balance)); - return qs; + return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT; }