aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_threshold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_aml_threshold.c')
-rw-r--r--src/exchangedb/pg_select_aml_threshold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_select_aml_threshold.c b/src/exchangedb/pg_select_aml_threshold.c
index 723524adf..e67a57a39 100644
--- a/src/exchangedb/pg_select_aml_threshold.c
+++ b/src/exchangedb/pg_select_aml_threshold.c
@@ -41,7 +41,7 @@ TEH_PG_select_aml_threshold (
uint32_t status32 = TALER_AML_NORMAL;
struct GNUNET_PQ_ResultSpec rs[] = {
TALER_PQ_RESULT_SPEC_AMOUNT ("threshold",
- &threshold),
+ threshold),
GNUNET_PQ_result_spec_uint32 ("status",
&status32),
GNUNET_PQ_result_spec_end