From 79ef004b0c39e151c8a875f2415a0123808c2a07 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 14 Feb 2010 01:09:22 +0100 Subject: [PATCH] mount: fix loop exit --- mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.30.2