WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
-
+
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
break;
}
if (NULL == ds->toplevel)
- {
- GNUNET_break (0);
break;
- }
ds->progress_callback (ds->progress_callback_cls,
NULL, GNUNET_SYSERR,
GNUNET_FS_DIRSCANNER_ALL_COUNTED);
break;
}
if (NULL == ds->toplevel)
- {
- GNUNET_break (0);
break;
- }
ds->stop_task = GNUNET_SCHEDULER_add_now (&finish_scan,
ds);
return GNUNET_OK;
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
-
+
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
case GNUNET_FS_DIRSCANNER_INTERNAL_ERROR:
FPRINTF (stdout,
"%s",
- _("Internal error scanning directory.\n"));
+ _("Error scanning directory.\n"));
ret = 1;
GNUNET_SCHEDULER_shutdown ();
break;