Paranoia: Handle unknown mount type
This commit is contained in:
@@ -521,6 +521,7 @@ Volume::Mount(const char* parameterString)
|
||||
volumeName = "home";
|
||||
break;
|
||||
case MOUNT_TYPE_CUSTOM:
|
||||
default:
|
||||
volumeName = "Package FS";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user