aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-05 12:51:05 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-05 12:51:05 +0000
commitf811206714d9cef29580a1944a0ef55d7be4972a (patch)
tree1c09388397dd93f2006e8737f2b1f369bfe7923a /src/fs/gnunet-directory.c
parenta8594b108fb91bf69b56cc69fe918e12ef43357b (diff)
downloadgnunet-f811206714d9cef29580a1944a0ef55d7be4972a.tar.gz
gnunet-f811206714d9cef29580a1944a0ef55d7be4972a.zip
code clean up
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index a5caaa53d..6c7bcdaf3 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -116,7 +116,8 @@ run (void *cls,
116 &size, 116 &size,
117 GNUNET_YES)) || 117 GNUNET_YES)) ||
118 (NULL == (h = GNUNET_DISK_file_open (filename, 118 (NULL == (h = GNUNET_DISK_file_open (filename,
119 GNUNET_DISK_OPEN_READ))) ) 119 GNUNET_DISK_OPEN_READ,
120 GNUNET_DISK_PERM_NONE))) )
120 { 121 {
121 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 122 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
122 _("Failed to read directory `%s'\n"), 123 _("Failed to read directory `%s'\n"),