aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 349cc4251..220ec5870 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -218,9 +218,10 @@ unindex_process (void *cls,
218 query, 218 query,
219 size, 219 size,
220 data, 220 data,
221 -2, 1,
222 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
221 &process_cont, 223 &process_cont,
222 uc, 224 uc);
223 GNUNET_CONSTANTS_SERVICE_TIMEOUT);
224} 225}
225 226
226 227