summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-28 16:50:15 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-28 16:50:15 +0100
commit0b0b22c8dba00e587d9a54e3dc51b27d3102a9f3 (patch)
treec0eabbed91b7e889357fe71060bddfb39dce6698 /src/auditordb
parent64de8a0fe6cffc0ffe35083397981618ff7bd78f (diff)
downloadexchange-0b0b22c8dba00e587d9a54e3dc51b27d3102a9f3.tar.gz
exchange-0b0b22c8dba00e587d9a54e3dc51b27d3102a9f3.tar.bz2
exchange-0b0b22c8dba00e587d9a54e3dc51b27d3102a9f3.zip
Minor fix auditordb.
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index af4a88bf3..f5cc8b9c2 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -568,7 +568,7 @@ postgres_prepare (PGconn *db_conn)
",exchange_pub"
",master_sig" /* master_sig could be normalized... */
") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13);",
- 11),
+ 13),
/* Used in #postgres_get_deposit_confirmations() */
GNUNET_PQ_make_prepare ("auditor_deposit_confirmation_select",
"SELECT"