aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_flat.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-08-11 16:36:42 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-08-11 16:36:42 +0000
commitcf4923abce7bac8984ec6b10d7928025396bc5d0 (patch)
tree2d849e4e01df06a5efdde954e9f7a19f5d787646 /src/namestore/plugin_namestore_flat.c
parentf0a8d26b26cda04518e3555373172f6b4940e489 (diff)
downloadgnunet-cf4923abce7bac8984ec6b10d7928025396bc5d0.tar.gz
gnunet-cf4923abce7bac8984ec6b10d7928025396bc5d0.zip
-fix
Diffstat (limited to 'src/namestore/plugin_namestore_flat.c')
-rw-r--r--src/namestore/plugin_namestore_flat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c
index fb6ece5ec..846eac96a 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -342,7 +342,8 @@ database_shutdown (struct Plugin *plugin)
342 struct GNUNET_DISK_FileHandle *fh; 342 struct GNUNET_DISK_FileHandle *fh;
343 fh = GNUNET_DISK_file_open (plugin->fn, 343 fh = GNUNET_DISK_file_open (plugin->fn,
344 GNUNET_DISK_OPEN_CREATE | 344 GNUNET_DISK_OPEN_CREATE |
345 GNUNET_DISK_OPEN_TRUNCATE, 345 GNUNET_DISK_OPEN_TRUNCATE |
346 GNUNET_DISK_OPEN_READWRITE,
346 GNUNET_DISK_PERM_USER_WRITE | 347 GNUNET_DISK_PERM_USER_WRITE |
347 GNUNET_DISK_PERM_USER_READ); 348 GNUNET_DISK_PERM_USER_READ);
348 if (NULL == fh) 349 if (NULL == fh)