[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36240 - gnunet/src/namestore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36240 - gnunet/src/namestore |
Date: |
Tue, 11 Aug 2015 18:35:45 +0200 |
Author: schanzen
Date: 2015-08-11 18:35:45 +0200 (Tue, 11 Aug 2015)
New Revision: 36240
Modified:
gnunet/src/namestore/plugin_namestore_flat.c
Log:
- fix
Modified: gnunet/src/namestore/plugin_namestore_flat.c
===================================================================
--- gnunet/src/namestore/plugin_namestore_flat.c 2015-08-11 16:35:35 UTC
(rev 36239)
+++ gnunet/src/namestore/plugin_namestore_flat.c 2015-08-11 16:35:45 UTC
(rev 36240)
@@ -174,7 +174,8 @@
plugin->hm = GNUNET_CONTAINER_multihashmap_create (10,
GNUNET_NO);
fh = GNUNET_DISK_file_open (afsdir,
- GNUNET_DISK_OPEN_CREATE,
+ GNUNET_DISK_OPEN_CREATE |
+ GNUNET_DISK_OPEN_READWRITE,
GNUNET_DISK_PERM_USER_WRITE |
GNUNET_DISK_PERM_USER_READ);
if (NULL == fh)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36240 - gnunet/src/namestore,
gnunet <=