[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -simplify
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -simplify |
Date: |
Thu, 22 Jul 2021 19:17:47 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new c257559c -simplify
c257559c is described below
commit c257559c7773b214aa4930ac861846105ee2f469
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 22 19:17:45 2021 +0200
-simplify
---
src/backenddb/plugin_merchantdb_postgres.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c
b/src/backenddb/plugin_merchantdb_postgres.c
index 6970233c..d079bd8a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2147,12 +2147,12 @@ lookup_refunds_cb (void *cls,
lrc->qs = GNUNET_DB_STATUS_HARD_ERROR;
return;
}
- lrc->qs = i + 1;
lrc->rc (lrc->rc_cls,
&coin_pub,
&refund_amount);
GNUNET_PQ_cleanup_result (rs); /* technically useless here */
}
+ lrc->qs = num_results;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-merchant] branch master updated: -simplify,
gnunet <=