summaryrefslogtreecommitdiff
path: root/src/shared/label.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-09-18 19:58:53 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-09-18 19:58:58 -0400
commitad689645019adec5673d8dd086aa93892cbaec81 (patch)
tree6445a14eae3be9fb870c02edc93735bfafb79a48 /src/shared/label.c
parent4364e777ebe707a93d34bbe5fd05ecb38f69a54d (diff)
src: minor code cleanup
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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;