summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index 60a6d1312d..bcb169e7df 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -1767,7 +1767,7 @@ static int install_context_mark_for_removal(
r = install_info_traverse(scope, c, paths, i, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, NULL);
if (r == -ENOLINK)
- return 0;
+ continue;
else if (r < 0)
return r;