diff options
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index c5559131f..19714e129 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c | |||
@@ -1027,6 +1027,7 @@ postgres_start (void *cls, | |||
1027 | GNUNET_PQ_EXECUTE_STATEMENT_END | 1027 | GNUNET_PQ_EXECUTE_STATEMENT_END |
1028 | }; | 1028 | }; |
1029 | 1029 | ||
1030 | (void) cls; | ||
1030 | if (GNUNET_OK != | 1031 | if (GNUNET_OK != |
1031 | GNUNET_PQ_exec_statements (session->conn, | 1032 | GNUNET_PQ_exec_statements (session->conn, |
1032 | es)) | 1033 | es)) |