gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3930 - GNUnet/src/applications/fs/tools
Date: Tue, 12 Dec 2006 10:58:39 -0800 (PST)

Author: grothoff
Date: 2006-12-12 10:58:37 -0800 (Tue, 12 Dec 2006)
New Revision: 3930

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

Modified: GNUnet/src/applications/fs/tools/gnunet-pseudonym.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-pseudonym.c 2006-12-12 18:56:46 UTC 
(rev 3929)
+++ GNUnet/src/applications/fs/tools/gnunet-pseudonym.c 2006-12-12 18:58:37 UTC 
(rev 3930)
@@ -207,9 +207,9 @@
   /* stop collections */
   if (start_collection || stop_collection) {
     if (OK == CO_stopCollection(ectx,
-                               cfg))
+                               cfg)) 
       printf(_("Collection stopped.\n"));
-    else
+    else if (stop_collection)
       printf(_("Failed to stop collection (not active?).\n"));
   }
 





reply via email to

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