summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-13 21:12:00 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-13 21:12:00 +0100
commit57e2f38bd21c22c863f2aba9702196544385e186 (patch)
tree759b2ce3245ea3275756e39341eda939d866edc5
parenta79e50505b94bf4e0f13822983cc4eeef2dbdf7b (diff)
downloadexchange-57e2f38bd21c22c863f2aba9702196544385e186.tar.gz
exchange-57e2f38bd21c22c863f2aba9702196544385e186.tar.bz2
exchange-57e2f38bd21c22c863f2aba9702196544385e186.zip
-fix notify_s argument passing
-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 e54197e52..7bdd0f575 100644
--- a/src/exchangedb/pg_insert_aml_decision.c
+++ b/src/exchangedb/pg_insert_aml_decision.c
@@ -74,7 +74,7 @@ TEH_PG_insert_aml_decision (
" out_invalid_officer"
",out_last_date"
" FROM exchange_do_insert_aml_decision"
- "($1, $2, $3, $4, $5, $6, $7, $8);");
+ "($1, $2, $3, $4, $5, $6, $7, $8, $9);");
qs = GNUNET_PQ_eval_prepared_singleton_select (pg->conn,
"do_insert_aml_decision",
params,