fix FTBFS
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jan 2020 11:04:58 +0000 (12:04 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jan 2020 11:04:58 +0000 (12:04 +0100)
src/pq/test_pq.c

index a103aca5d913d13650abfa0551fc33dcc719f234..7bcb1098077e7642f88de0c439a35bd3873ce299 100644 (file)
@@ -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))