diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:30:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:30:50 +0100 |
commit | 3ae89540328d8c6dbb72658001760b8450739789 (patch) | |
tree | 4e7aa526b01040ff8e3b35ddde8597e3d83777b3 | |
parent | f0a59117a82cde8c12c06b2e06bad3d4edfbd41e (diff) |
fix test_pq
-rw-r--r-- | src/pq/test_pq.c | 1 |
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) |