aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r--src/plugins/fs/fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c
index 1eda8a50..4fea764b 100644
--- a/src/plugins/fs/fs.c
+++ b/src/plugins/fs/fs.c
@@ -145,7 +145,6 @@ saveEventProcessor (void *cls)
145 fs_search_aborted (event->data.SearchAborted.sc.cctx); 145 fs_search_aborted (event->data.SearchAborted.sc.cctx);
146 break; 146 break;
147 case GNUNET_FSUI_search_completed: 147 case GNUNET_FSUI_search_completed:
148 // FIXME...
149 fs_search_aborted (event->data.SearchCompleted.sc.cctx); 148 fs_search_aborted (event->data.SearchCompleted.sc.cctx);
150 break; 149 break;
151 case GNUNET_FSUI_search_suspended: 150 case GNUNET_FSUI_search_suspended: