gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1934 - in GNUnet: . src/applications/fs/ecrs


From: durner
Subject: [GNUnet-SVN] r1934 - in GNUnet: . src/applications/fs/ecrs
Date: Fri, 26 Aug 2005 10:42:21 -0700 (PDT)

Author: durner
Date: 2005-08-26 10:42:16 -0700 (Fri, 26 Aug 2005)
New Revision: 1934

Modified:
   GNUnet/src/applications/fs/ecrs/upload.c
   GNUnet/todo
Log:
If indexing fails (perhaps due to insufficient priviledges), try to insert

Modified: GNUnet/src/applications/fs/ecrs/upload.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/upload.c    2005-08-26 17:03:51 UTC (rev 
1933)
+++ GNUnet/src/applications/fs/ecrs/upload.c    2005-08-26 17:42:16 UTC (rev 
1934)
@@ -213,11 +213,9 @@
       return SYSERR;
     case NO:
       LOG(LOG_ERROR, 
-         _("Indexing file `%s' failed. Check file permissions and consult "
-           "your GNUnet server's logs.\n"),
+         _("Indexing file `%s' failed. Trying to insert file...\n"),
          filename);
-      releaseClientSocket(sock);
-      return SYSERR;                   
+      doIndex = YES:
     }
   }
   treedepth = computeDepth(filesize);

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-08-26 17:03:51 UTC (rev 1933)
+++ GNUnet/todo 2005-08-26 17:42:16 UTC (rev 1934)
@@ -15,10 +15,6 @@
 - Missing Features:
   * gnunet-gtk namespace stuff (#872)  [ Christian, RC! ]
   * gnunet-setup: php-ification for i18n [ Nils, not RC ]
-  * permissions on indexed files? [Nils, RC!]
-    If gnunetd has insufficient file permissions on files
-    to be indexed, copy it to shared dir and index it there.
-    [ NILS: if still there, please elaborate on Mantis!)
   * improve renaming/moving of downloaded files [ Nils, RC! ]
   * Windows installer [Nils, not RC]
     * Uninstall





reply via email to

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