diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-13 21:12:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-13 21:12:00 +0100 |
commit | 57e2f38bd21c22c863f2aba9702196544385e186 (patch) | |
tree | 759b2ce3245ea3275756e39341eda939d866edc5 | |
parent | a79e50505b94bf4e0f13822983cc4eeef2dbdf7b (diff) |
-fix notify_s argument passing
-rw-r--r-- | src/exchangedb/pg_insert_aml_decision.c | 2 |
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, |