Skip to content
Snippets Groups Projects
Commit 4f5230fc authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Revert "Temporarily allow read-only devices."

This reverts commit fc4a8b86.
parent fc4a8b86
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ void ...@@ -112,7 +112,7 @@ void
PartitionCoreModule::init() PartitionCoreModule::init()
{ {
CoreBackend* backend = CoreBackendManager::self()->backend(); CoreBackend* backend = CoreBackendManager::self()->backend();
auto devices = backend->scanDevices( false ); auto devices = backend->scanDevices( true );
// Remove the device which contains / from the list // Remove the device which contains / from the list
for ( auto it = devices.begin(); it != devices.end(); ) for ( auto it = devices.begin(); it != devices.end(); )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment