aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_dirmetascan.c')
-rw-r--r--src/fs/fs_dirmetascan.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index 4a86a717f..115f99391 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -332,10 +332,7 @@ process_helper_msgs (void *cls,
332 break; 332 break;
333 } 333 }
334 if (NULL == ds->toplevel) 334 if (NULL == ds->toplevel)
335 {
336 GNUNET_break (0);
337 break; 335 break;
338 }
339 ds->progress_callback (ds->progress_callback_cls, 336 ds->progress_callback (ds->progress_callback_cls,
340 NULL, GNUNET_SYSERR, 337 NULL, GNUNET_SYSERR,
341 GNUNET_FS_DIRSCANNER_ALL_COUNTED); 338 GNUNET_FS_DIRSCANNER_ALL_COUNTED);
@@ -408,10 +405,7 @@ process_helper_msgs (void *cls,
408 break; 405 break;
409 } 406 }
410 if (NULL == ds->toplevel) 407 if (NULL == ds->toplevel)
411 {
412 GNUNET_break (0);
413 break; 408 break;
414 }
415 ds->stop_task = GNUNET_SCHEDULER_add_now (&finish_scan, 409 ds->stop_task = GNUNET_SCHEDULER_add_now (&finish_scan,
416 ds); 410 ds);
417 return GNUNET_OK; 411 return GNUNET_OK;