aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-12 11:05:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-12 11:05:45 +0000
commitaab2f42e7fc3fe7d0ad7b9a4a5e8b4bc42c78505 (patch)
treebf6b82cb7f5627aee54ed6a4dc54e8bf88546bc5 /src/fs/fs_unindex.c
parentefe49b0195806a23912e11e8566b5fb788faa244 (diff)
downloadgnunet-aab2f42e7fc3fe7d0ad7b9a4a5e8b4bc42c78505.tar.gz
gnunet-aab2f42e7fc3fe7d0ad7b9a4a5e8b4bc42c78505.zip
ds
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