summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pq/test_pq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index 13aa1f162..e82599cd8 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -184,6 +184,7 @@ main (int argc,
"WARNING",
NULL);
conn = GNUNET_PQ_connect ("postgres:///talercheck",
+ NULL,
es,
NULL);
if (NULL == conn)