aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-02 13:15:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-02 13:15:00 +0000
commit0f41f06773f179cb56f719c8a1467e8574c57a38 (patch)
tree4133626a8c4ef832347a3af1c172a68bcb58b069 /src/fs/fs_unindex.c
parent7ee6a59d70aa5a83da74c73fae4e144f749332a8 (diff)
downloadgnunet-0f41f06773f179cb56f719c8a1467e8574c57a38.tar.gz
gnunet-0f41f06773f179cb56f719c8a1467e8574c57a38.zip
fixes
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 243209b0e..7ce8b3f18 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -373,12 +373,13 @@ process_hash (void *cls,
373 req.header.type = htons (GNUNET_MESSAGE_TYPE_FS_UNINDEX); 373 req.header.type = htons (GNUNET_MESSAGE_TYPE_FS_UNINDEX);
374 req.reserved = 0; 374 req.reserved = 0;
375 req.file_id = *file_id; 375 req.file_id = *file_id;
376 GNUNET_CLIENT_transmit_and_get_response (uc->client, 376 GNUNET_break (GNUNET_OK ==
377 &req.header, 377 GNUNET_CLIENT_transmit_and_get_response (uc->client,
378 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 378 &req.header,
379 GNUNET_YES, 379 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
380 &process_fs_response, 380 GNUNET_YES,
381 uc); 381 &process_fs_response,
382 uc));
382} 383}
383 384
384 385