gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix #6158


From: gnunet
Subject: [gnunet] branch master updated: fix #6158
Date: Fri, 03 Apr 2020 18:47:38 +0200

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 bc01117ce fix #6158
bc01117ce is described below

commit bc01117ce0148ba819ce769ba9f61521e87f5ec9
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Apr 3 18:43:03 2020 +0200

    fix #6158
---
 src/util/strings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/strings.c b/src/util/strings.c
index 8740eab58..e8d411ea5 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -1186,7 +1186,7 @@ GNUNET_STRINGS_check_filename (const char *filename,
             & (GNUNET_STRINGS_CHECK_EXISTS | GNUNET_STRINGS_CHECK_IS_DIRECTORY
                | GNUNET_STRINGS_CHECK_IS_LINK)))
   {
-    if (0 != stat (filename, &st))
+    if (0 != lstat (filename, &st))
     {
       if (0 != (checks & GNUNET_STRINGS_CHECK_EXISTS))
         return GNUNET_NO;

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



reply via email to

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