gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3588 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3588 - GNUnet/src/applications/fs/fsui
Date: Tue, 31 Oct 2006 19:54:25 -0800 (PST)

Author: grothoff
Date: 2006-10-31 19:54:21 -0800 (Tue, 31 Oct 2006)
New Revision: 3588

Modified:
   GNUnet/src/applications/fs/fsui/fsui.c
   GNUnet/src/applications/fs/fsui/unindex.c
Log:
fixing unindex resume

Modified: GNUnet/src/applications/fs/fsui/fsui.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsui.c      2006-11-01 03:52:22 UTC (rev 
3587)
+++ GNUnet/src/applications/fs/fsui/fsui.c      2006-11-01 03:54:21 UTC (rev 
3588)
@@ -282,7 +282,7 @@
   /* 3c) resume unindexing */
   xlist = ret->unindexOperations;
   while (xlist != NULL) {
-    if (xlist->state != FSUI_PENDING) {
+    if (xlist->state == FSUI_PENDING) {
       xlist->state = FSUI_ACTIVE;
       xlist->handle = PTHREAD_CREATE(&FSUI_unindexThread,
                                     xlist,

Modified: GNUnet/src/applications/fs/fsui/unindex.c
===================================================================
--- GNUnet/src/applications/fs/fsui/unindex.c   2006-11-01 03:52:22 UTC (rev 
3587)
+++ GNUnet/src/applications/fs/fsui/unindex.c   2006-11-01 03:54:21 UTC (rev 
3588)
@@ -110,7 +110,7 @@
     GE_BREAK(NULL,
             utc->state == FSUI_PENDING);
   }
-#if 1
+#if 0
   GE_LOG(utc->ctx->ectx,
         GE_DEBUG | GE_REQUEST | GE_USER,
         "FSUI unindexThread exits in state %u.\n",





reply via email to

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