summaryrefslogtreecommitdiff
path: root/src/shared/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/label.c')
-rw-r--r--src/shared/label.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/label.c b/src/shared/label.c
index e674241bfe..1e63266406 100644
--- a/src/shared/label.c
+++ b/src/shared/label.c
@@ -156,7 +156,6 @@ static int label_fix_selinux(const char *path, bool ignore_enoent, bool ignore_e
if (r < 0) {
/* Ignore ENOENT in some cases */
-
if (ignore_enoent && errno == ENOENT)
return 0;