aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.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/fs_unindex.c
parenta8594b108fb91bf69b56cc69fe918e12ef43357b (diff)
downloadgnunet-f811206714d9cef29580a1944a0ef55d7be4972a.tar.gz
gnunet-f811206714d9cef29580a1944a0ef55d7be4972a.zip
code clean up
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 51d46ea37..53814e186 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -319,7 +319,8 @@ process_fs_response (void *cls,
319 return; 319 return;
320 } 320 }
321 uc->fh = GNUNET_DISK_file_open (uc->filename, 321 uc->fh = GNUNET_DISK_file_open (uc->filename,
322 GNUNET_DISK_OPEN_READ); 322 GNUNET_DISK_OPEN_READ,
323 GNUNET_DISK_PERM_NONE);
323 if (NULL == uc->fh) 324 if (NULL == uc->fh)
324 { 325 {
325 GNUNET_DATASTORE_disconnect (uc->dsh, GNUNET_NO); 326 GNUNET_DATASTORE_disconnect (uc->dsh, GNUNET_NO);