gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3421 - GNUnet/src/applications/fs/tools
Date: Sat, 30 Sep 2006 18:14:21 -0700 (PDT)

Author: grothoff
Date: 2006-09-30 18:14:18 -0700 (Sat, 30 Sep 2006)
New Revision: 3421

Modified:
   GNUnet/src/applications/fs/tools/gnunet-unindex.c
Log:
use stopUnindex

Modified: GNUnet/src/applications/fs/tools/gnunet-unindex.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-09-29 20:15:17 UTC 
(rev 3420)
+++ GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-10-01 01:14:18 UTC 
(rev 3421)
@@ -175,11 +175,12 @@
   if (ul == NULL) {
     printf(_("`%s' failed.  Is `%s' a file?\n"),
           "FSUI_unindex",
-          argv[i]);
+          filename);
     errorCode = 1;
   } else {
     /* wait for completion */
     SEMAPHORE_DOWN(exitSignal, YES);
+    FSUI_stopUnindex(ctx, ul);
   }
   FREE(filename);
   FSUI_stop(ctx);





reply via email to

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