gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: do not add '/' to load path


From: gnunet
Subject: [gnunet] branch master updated: do not add '/' to load path
Date: Fri, 17 Jan 2020 12:16:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5422848b4 do not add '/' to load path
5422848b4 is described below

commit 5422848b4f41617fd29a0d7fdd25e0b3cf2c63e7
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 12:12:56 2020 +0100

    do not add '/' to load path
---
 src/pq/pq_connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 !=

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]