1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +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)) {