From: Christian Grothoff Date: Fri, 17 Jan 2020 11:12:56 +0000 (+0100) Subject: do not add '/' to load path X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7;p=oweals%2Fgnunet.git do not add '/' to load path --- 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 !=