diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-09 10:39:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-09 10:39:16 +0000 |
commit | eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (patch) | |
tree | 5db9a6156a251cde1932ba221a8990f08f6dcdfe /src/fs/fs_dirmetascan.c | |
parent | a40b3b7045298629783034aba366c609cc04a36a (diff) |
-fixing #2139
Diffstat (limited to 'src/fs/fs_dirmetascan.c')
-rw-r--r-- | src/fs/fs_dirmetascan.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c index 5b7d2d0c1a..1653eebd42 100644 --- a/src/fs/fs_dirmetascan.c +++ b/src/fs/fs_dirmetascan.c @@ -92,7 +92,8 @@ struct GNUNET_FS_DirScanner /** - * Abort the scan. + * Abort the scan. Must not be called from within the progress_callback + * function. * * @param ds directory scanner structure */ |