aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 23:44:57 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 23:44:57 +0100
commit0e592870059883b779d02a14fa5ea13be5f50595 (patch)
tree3b4168dba92f70cdd22183f340e3b3e093f89a36 /src/fs/fs_unindex.c
parentf64bd0cae02eb4a1e8e3dfdd911260f7185ffd37 (diff)
parent542de3e5df8dbe2bfc3d4290e75f5684e0deaf59 (diff)
downloadgnunet-0e592870059883b779d02a14fa5ea13be5f50595.tar.gz
gnunet-0e592870059883b779d02a14fa5ea13be5f50595.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index a672b84d5..ad1499f00 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -454,7 +454,8 @@ continue_after_remove (void *cls,
454 * Function called from datastore with result from us looking for 454 * Function called from datastore with result from us looking for
455 * a UBlock. There are four cases: 455 * a UBlock. There are four cases:
456 * 1) no result, means we move on to the next keyword 456 * 1) no result, means we move on to the next keyword
457 * 2) UID is the same as the first UID, means we move on to next keyword 457 * 2) data hash is the same as an already seen data hash, means we move on to
458 * next keyword
458 * 3) UBlock for a different CHK, means we keep looking for more 459 * 3) UBlock for a different CHK, means we keep looking for more
459 * 4) UBlock is for our CHK, means we remove the block and then move 460 * 4) UBlock is for our CHK, means we remove the block and then move
460 * on to the next keyword 461 * on to the next keyword