gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4652 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r4652 - GNUnet/src/applications/fs/ecrs
Date: Fri, 9 Mar 2007 13:19:25 -0700 (MST)

Author: durner
Date: 2007-03-09 13:19:25 -0700 (Fri, 09 Mar 2007)
New Revision: 4652

Modified:
   GNUnet/src/applications/fs/ecrs/upload.c
Log:
undo fix

Modified: GNUnet/src/applications/fs/ecrs/upload.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/upload.c    2007-03-08 09:21:45 UTC (rev 
4651)
+++ GNUnet/src/applications/fs/ecrs/upload.c    2007-03-09 20:19:25 UTC (rev 
4652)
@@ -307,7 +307,7 @@
           &enc);
 #endif
     if (doIndex) {
-      if (OK != FS_index(sock,
+      if (SYSERR == FS_index(sock,
                              &fileId,
                              dblock,
                              pos)) {
@@ -329,7 +329,7 @@
       GE_ASSERT(ectx, value != NULL);
       *value = *dblock; /* copy options! */
 
-      if (OK != FS_insert(sock,
+      if (SYSERR == FS_insert(sock,
                               value)) {
         GE_BREAK(ectx, 0);
         FREE(value);





reply via email to

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