1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 18:27:04 +03:00

gpt-auto-generator: fix duplicate backing partition check

We shouldn't exit the loop early, otherwise our duplicate backing
partition check won't work.
This commit is contained in:
Lennart Poettering 2015-10-03 16:38:52 +02:00
parent c51abd80cf
commit 42225ff62f

View File

@ -871,7 +871,6 @@ static int get_block_device_harder(const char *path, dev_t *dev) {
goto fallback;
found = de;
break;
}
if (!found)