[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36241 - gnunet/src/namestore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36241 - gnunet/src/namestore |
Date: |
Tue, 11 Aug 2015 18:36:42 +0200 |
Author: schanzen
Date: 2015-08-11 18:36:42 +0200 (Tue, 11 Aug 2015)
New Revision: 36241
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:45 UTC
(rev 36240)
+++ gnunet/src/namestore/plugin_namestore_flat.c 2015-08-11 16:36:42 UTC
(rev 36241)
@@ -342,7 +342,8 @@
struct GNUNET_DISK_FileHandle *fh;
fh = GNUNET_DISK_file_open (plugin->fn,
GNUNET_DISK_OPEN_CREATE |
- GNUNET_DISK_OPEN_TRUNCATE,
+ GNUNET_DISK_OPEN_TRUNCATE |
+ 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] r36241 - gnunet/src/namestore,
gnunet <=