gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix FTBFS


From: gnunet
Subject: [gnunet] branch master updated: fix FTBFS
Date: Fri, 17 Jan 2020 12:08:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 593ebe6c1 fix FTBFS
593ebe6c1 is described below

commit 593ebe6c1435b37afd085541ce80d32f2b291a89
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 12:04:58 2020 +0100

    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))

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]