Running out of space is not a fatal error

This commit is contained in:
Jeremy Lakeman 2016-01-19 15:09:49 +10:30
parent 2f7fa26791
commit f1a4584e41

View File

@ -355,6 +355,7 @@ static int app_rhizome_import_bundle(const struct cli_parsed *parsed, struct cli
case RHIZOME_BUNDLE_STATUS_ERROR:
case RHIZOME_BUNDLE_STATUS_INVALID:
case RHIZOME_BUNDLE_STATUS_INCONSISTENT:
case RHIZOME_BUNDLE_STATUS_NO_ROOM:
break;
default:
FATALF("rhizome_bundle_import_files() returned %d", status);