1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00

mount: fix loop exit

This commit is contained in:
Lennart Poettering 2010-02-14 01:09:22 +01:00
parent 2c4104f009
commit 79ef004b0c

View File

@ -159,7 +159,7 @@ static int mount_add_path_links(Mount *m) {
n = (Mount*) other;
if (n == m)
return 0;
continue;
if (path_startswith(m->where, n->where)) {