aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_insert_aml_decision.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_insert_aml_decision.c')
-rw-r--r--src/exchangedb/pg_insert_aml_decision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_insert_aml_decision.c b/src/exchangedb/pg_insert_aml_decision.c
index 281f18541..17edb9873 100644
--- a/src/exchangedb/pg_insert_aml_decision.c
+++ b/src/exchangedb/pg_insert_aml_decision.c
@@ -63,7 +63,7 @@ TEH_PG_insert_aml_decision (
TALER_PQ_query_param_json (new_rules),
GNUNET_PQ_query_param_bool (to_investigate),
NULL != new_measure_name
- ? TALER_PQ_query_param_string (new_measure_name)
+ ? GNUNET_PQ_query_param_string (new_measure_name)
: GNUNET_PQ_query_param_null (),
NULL != jmeasures
? TALER_PQ_query_param_json (jmeasures)