-undo 19365
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 16:54:30 +0000 (16:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 16:54:30 +0000 (16:54 +0000)
src/fs/fs_dirmetascan.c

index 8700a69f1fd624449d4296abe549fbf01ea5e94e..acd5246d8e3dcd34b18eb7014848d52a6fdfff79 100644 (file)
@@ -763,10 +763,8 @@ scan_directory (void *cls, const char *filename)
    */
   if (0 != STAT (filename, &sbuf))
   {
-    do_stop = write_progress (adc, filename, S_ISDIR (sbuf.st_mode),
-      GNUNET_DIR_SCANNER_DOES_NOT_EXIST);
-    if (do_stop)
-      return GNUNET_SYSERR;
+    (void) write_progress (adc, filename, S_ISDIR (sbuf.st_mode),
+                          GNUNET_DIR_SCANNER_DOES_NOT_EXIST);
     return GNUNET_OK;
   }