gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3623 - GNUnet/src/applications/fs/tools
Date: Fri, 3 Nov 2006 07:20:44 -0800 (PST)

Author: grothoff
Date: 2006-11-03 07:20:42 -0800 (Fri, 03 Nov 2006)
New Revision: 3623

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

Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c    2006-11-03 15:19:20 UTC 
(rev 3622)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c    2006-11-03 15:20:42 UTC 
(rev 3623)
@@ -117,6 +117,9 @@
     FREENONNULL(filename);
     FREE(uri);
     break;
+  case FSUI_search_started:
+  case FSUI_search_stopped:
+    break;
   default:
     GE_BREAK(NULL, 0);
     break;

Modified: GNUnet/src/applications/fs/tools/gnunet-unindex.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-11-03 15:19:20 UTC 
(rev 3622)
+++ GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-11-03 15:20:42 UTC 
(rev 3623)
@@ -82,6 +82,9 @@
     errorCode = 3;
     GNUNET_SHUTDOWN_INITIATE();
     break;
+  case FSUI_unindex_started:
+  case FSUI_unindex_stopped:
+    break;
   default:
     GE_BREAK(ectx, 0);
     break;





reply via email to

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