summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index b656ac2f74..74094cc514 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)) {