From 5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 12:12:56 +0100 Subject: do not add '/' to load path --- src/pq/pq_connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pq/pq_connect.c') diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c index d7625f808..fe9cde1fa 100644 --- a/src/pq/pq_connect.c +++ b/src/pq/pq_connect.c @@ -194,7 +194,7 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db) GNUNET_snprintf (buf, sizeof (buf), - "%s/%04u.sql", + "%s%04u.sql", db->load_path, i); if (GNUNET_YES != -- cgit v1.2.3