aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-19 19:26:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-19 19:26:00 +0000
commit767f5aa709fdc1d6e679e754372e28c6a5ca11e7 (patch)
tree894256c47440ae9598188951d9f52562d704a1aa /src/fs/fs_dirmetascan.c
parent2bcf061a87e0ced834a6fa4cc239cdd04c8c5145 (diff)
downloadgnunet-767f5aa709fdc1d6e679e754372e28c6a5ca11e7.tar.gz
gnunet-767f5aa709fdc1d6e679e754372e28c6a5ca11e7.zip
-fix
Diffstat (limited to 'src/fs/fs_dirmetascan.c')
-rw-r--r--src/fs/fs_dirmetascan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index 8755acf71..e5a575a51 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -428,6 +428,8 @@ helper_died_cb (void *cls)
428 struct GNUNET_FS_DirScanner *ds = cls; 428 struct GNUNET_FS_DirScanner *ds = cls;
429 429
430 ds->helper = NULL; 430 ds->helper = NULL;
431 if (GNUNET_SCHEDULER_NO_TASK != ds->stop_task)
432 return; /* normal death, was finished */
431 ds->progress_callback (ds->progress_callback_cls, 433 ds->progress_callback (ds->progress_callback_cls,
432 NULL, GNUNET_SYSERR, 434 NULL, GNUNET_SYSERR,
433 GNUNET_FS_DIRSCANNER_INTERNAL_ERROR); 435 GNUNET_FS_DIRSCANNER_INTERNAL_ERROR);