[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16335 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16335 - gnunet/src/util |
Date: |
Tue, 2 Aug 2011 18:32:06 +0200 |
Author: grothoff
Date: 2011-08-02 18:32:06 +0200 (Tue, 02 Aug 2011)
New Revision: 16335
Modified:
gnunet/src/util/disk.c
Log:
fixfix
Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c 2011-08-02 15:51:49 UTC (rev 16334)
+++ gnunet/src/util/disk.c 2011-08-02 16:32:06 UTC (rev 16335)
@@ -1053,7 +1053,7 @@
if (0 != LSTAT (fileName, &istat))
return GNUNET_NO; /* file may not exist... */
- CHMOD (fileName, S_IWUSR | S_IRUSR);
+ CHMOD (fileName, S_IWUSR | S_IRUSR | S_IXUSR);
if (UNLINK (fileName) == 0)
return GNUNET_OK;
if ((errno != EISDIR) &&
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16335 - gnunet/src/util,
gnunet <=