Skip to content

Commit

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

See merge request mer-core/udisks2!10
  • Loading branch information
rainemak committed Aug 22, 2018
2 parents 5071732 + 0642c60 commit da76ecc
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 da76ecc

Please sign in to comment.