gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3628 - GNUnet/src/applications/fs/tools
Date: Fri, 3 Nov 2006 08:37:52 -0800 (PST)

Author: grothoff
Date: 2006-11-03 08:37:49 -0800 (Fri, 03 Nov 2006)
New Revision: 3628

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

Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c    2006-11-03 16:23:33 UTC 
(rev 3627)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c    2006-11-03 16:37:49 UTC 
(rev 3628)
@@ -81,6 +81,10 @@
     errorCode = 3;
     GNUNET_SHUTDOWN_INITIATE();
     break;
+  case FSUI_search_aborted:
+    errorCode = 4;
+    GNUNET_SHUTDOWN_INITIATE();
+    break;
   case FSUI_search_completed:
     errorCode = 0;
     GNUNET_SHUTDOWN_INITIATE();





reply via email to

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