gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16334 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r16334 - gnunet/src/util
Date: Tue, 2 Aug 2011 17:51:49 +0200

Author: grothoff
Date: 2011-08-02 17:51:49 +0200 (Tue, 02 Aug 2011)
New Revision: 16334

Modified:
   gnunet/src/util/disk.c
Log:
chmod

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2011-08-02 15:41:19 UTC (rev 16333)
+++ gnunet/src/util/disk.c      2011-08-02 15:51:49 UTC (rev 16334)
@@ -1053,6 +1053,7 @@
 
   if (0 != LSTAT (fileName, &istat))
     return GNUNET_NO;           /* file may not exist... */
+  CHMOD (fileName, S_IWUSR | S_IRUSR);
   if (UNLINK (fileName) == 0)
     return GNUNET_OK;
   if ((errno != EISDIR) &&




reply via email to

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