projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bd337
)
fix FTBFS
author
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jan 2020 11:04:58 +0000
(12:04 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jan 2020 11:04:58 +0000
(12:04 +0100)
src/pq/test_pq.c
patch
|
blob
|
history
diff --git
a/src/pq/test_pq.c
b/src/pq/test_pq.c
index a103aca5d913d13650abfa0551fc33dcc719f234..7bcb1098077e7642f88de0c439a35bd3873ce299 100644
(file)
--- 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))