From 593ebe6c1435b37afd085541ce80d32f2b291a89 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 12:04:58 +0100 Subject: [PATCH] fix FTBFS --- src/pq/test_pq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ /* This file is part of GNUnet - (C) 2015, 2016, 2019 GNUnet e.V. + (C) 2015, 2016, 2019, 2020 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -235,6 +235,7 @@ main (int argc, "WARNING", NULL); db = GNUNET_PQ_connect ("postgres:///gnunetcheck", + NULL, es, NULL); if (CONNECTION_OK != PQstatus (db->conn)) -- 2.25.1