aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 12:04:58 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 12:04:58 +0100
commit593ebe6c1435b37afd085541ce80d32f2b291a89 (patch)
tree1dac342eb8c6e995783b76c9cb1ae90893cbd835 /src/pq
parent00bd3376ba5b3d105134a02f1a2e1ff927563f52 (diff)
downloadgnunet-593ebe6c1435b37afd085541ce80d32f2b291a89.tar.gz
gnunet-593ebe6c1435b37afd085541ce80d32f2b291a89.zip
fix FTBFS
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/test_pq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index a103aca5d..7bcb10980 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2015, 2016, 2019 GNUnet e.V. 3 (C) 2015, 2016, 2019, 2020 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -235,6 +235,7 @@ main (int argc,
235 "WARNING", 235 "WARNING",
236 NULL); 236 NULL);
237 db = GNUNET_PQ_connect ("postgres:///gnunetcheck", 237 db = GNUNET_PQ_connect ("postgres:///gnunetcheck",
238 NULL,
238 es, 239 es,
239 NULL); 240 NULL);
240 if (CONNECTION_OK != PQstatus (db->conn)) 241 if (CONNECTION_OK != PQstatus (db->conn))