X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount.c;h=74094cc5149713f529a37d481f762c7b21de1111;hb=0fd030bea1afa032d9afc791db4165a6848604b8;hp=b656ac2f74a7a8a1017fdbca45c886bf28dad774;hpb=2e478a46c3754ede1a7af57b961056a2a375a799;p=elogind.git diff --git a/mount.c b/mount.c index b656ac2f7..74094cc51 100644 --- a/mount.c +++ b/mount.c @@ -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)) {