gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2202 - GNUnet/src/applications/fs/tools


From: durner
Subject: [GNUnet-SVN] r2202 - GNUnet/src/applications/fs/tools
Date: Mon, 17 Oct 2005 11:16:07 -0700 (PDT)

Author: durner
Date: 2005-10-17 11:16:04 -0700 (Mon, 17 Oct 2005)
New Revision: 2202

Modified:
   GNUnet/src/applications/fs/tools/gnunet-unindex.c
Log:
fix deadlock

Modified: GNUnet/src/applications/fs/tools/gnunet-unindex.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-unindex.c   2005-10-17 18:13:10 UTC 
(rev 2201)
+++ GNUnet/src/applications/fs/tools/gnunet-unindex.c   2005-10-17 18:16:04 UTC 
(rev 2202)
@@ -66,6 +66,7 @@
       ? (double) (-1.0)
       : (double) (event->data.UnindexComplete.total / 1024.0 * cronSECONDS / 
delta));
     }
+    SEMAPHORE_UP(exitSignal);
     break;
   case FSUI_unindex_error:
     printf(_("\nError unindexing file: %s\n"),





reply via email to

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