gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8592 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r8592 - gnunet/src/topology
Date: Tue, 16 Jun 2009 16:12:40 -0600

Author: durner
Date: 2009-06-16 16:12:40 -0600 (Tue, 16 Jun 2009)
New Revision: 8592

Modified:
   gnunet/src/topology/gnunet-daemon-topology.c
Log:
fix

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2009-06-16 22:09:33 UTC 
(rev 8591)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2009-06-16 22:12:40 UTC 
(rev 8592)
@@ -744,7 +744,8 @@
                                           "FRIENDS",
                                           &fn);
   if (GNUNET_OK != GNUNET_DISK_file_test (fn))
-    GNUNET_DISK_fn_write (fn, NULL, 0, "600");
+    GNUNET_DISK_fn_write (fn, NULL, 0, GNUNET_DISK_PERM_USER_READ
+        | GNUNET_DISK_PERM_USER_WRITE);
   if (0 != STAT (fn, &frstat))
     {
       if ((friends_only) || (minimum_friend_count > 0))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]