aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 12:12:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 12:12:56 +0100
commit5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7 (patch)
tree4c60ee69f413a15a2327cca0947b55867c2df3da /src/pq
parent593ebe6c1435b37afd085541ce80d32f2b291a89 (diff)
downloadgnunet-5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7.tar.gz
gnunet-5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7.zip
do not add '/' to load path
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_connect.c2
1 files changed, 1 insertions, 1 deletions
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)
194 194
195 GNUNET_snprintf (buf, 195 GNUNET_snprintf (buf,
196 sizeof (buf), 196 sizeof (buf),
197 "%s/%04u.sql", 197 "%s%04u.sql",
198 db->load_path, 198 db->load_path,
199 i); 199 i);
200 if (GNUNET_YES != 200 if (GNUNET_YES !=