Skip to content

Commit

Permalink
[udisks2] Treat partition type setting as success if blockdev part it…
Browse files Browse the repository at this point in the history
…'s not supported. Contributes to JB#42527

This must be like this due to disabled parted support.
  • Loading branch information
rainemak committed Aug 22, 2018
1 parent 3433c2e commit 0642c60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -387,7 +387,7 @@ index 5fa20482..70eb6477 100644
-
return ret;
+#else
+ return FALSE;
+ return TRUE;
+#endif
}

Expand Down

0 comments on commit 0642c60

Please sign in to comment.