mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
@@ -2823,7 +2823,7 @@ static int dissect_image(
|
||||
return -errno;
|
||||
}
|
||||
|
||||
blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
|
||||
(void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
|
||||
|
||||
is_gpt = streq_ptr(pttype, "gpt");
|
||||
is_mbr = streq_ptr(pttype, "dos");
|
||||
|
||||
Reference in New Issue
Block a user