diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:31:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:31:39 +0100 |
commit | 1f92ba59ded8be11fe3fb8818533c0e5e266fc85 (patch) | |
tree | ba143a955142e201b457087c0622b81d573d5f77 /src | |
parent | 3ae89540328d8c6dbb72658001760b8450739789 (diff) |
fix FTBFS
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/test_taler_exchange_wirewatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/test_taler_exchange_wirewatch.c b/src/lib/test_taler_exchange_wirewatch.c index 3a7b40097..23baca578 100644 --- a/src/lib/test_taler_exchange_wirewatch.c +++ b/src/lib/test_taler_exchange_wirewatch.c @@ -148,6 +148,7 @@ main (int argc, }; conn = GNUNET_PQ_connect ("postgres:///talercheck", + NULL, es, NULL); if (NULL == conn) |