aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-06-05 23:03:14 +0000
committerJulius Bünger <buenger@mytum.de>2015-06-05 23:03:14 +0000
commit151b983cd0f97565a8107c781745630f52a3aaf5 (patch)
tree240e8fdc5007710af453536e423c710fbb3e222a /src/rps/rps-test_util.c
parent5818b05276870e574f19428356a705066664b8be (diff)
downloadgnunet-151b983cd0f97565a8107c781745630f52a3aaf5.tar.gz
gnunet-151b983cd0f97565a8107c781745630f52a3aaf5.zip
-changed permissions for created file
Diffstat (limited to 'src/rps/rps-test_util.c')
-rw-r--r--src/rps/rps-test_util.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index c607a5300..a3354b0ac 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.c
@@ -52,7 +52,10 @@ to_file_ (char *file_name, char *line)
52 GNUNET_DISK_OPEN_APPEND | 52 GNUNET_DISK_OPEN_APPEND |
53 GNUNET_DISK_OPEN_WRITE | 53 GNUNET_DISK_OPEN_WRITE |
54 GNUNET_DISK_OPEN_CREATE, 54 GNUNET_DISK_OPEN_CREATE,
55 GNUNET_DISK_PERM_USER_WRITE))) 55 GNUNET_DISK_PERM_USER_READ |
56 GNUNET_DISK_PERM_USER_WRITE |
57 GNUNET_DISK_PERM_GROUP_READ |
58 GNUNET_DISK_PERM_OTHER_READ)))
56 { 59 {
57 LOG (GNUNET_ERROR_TYPE_WARNING, 60 LOG (GNUNET_ERROR_TYPE_WARNING,
58 "Not able to open file %s\n", 61 "Not able to open file %s\n",