diff options
Diffstat (limited to 'automount.c')
-rw-r--r-- | automount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automount.c b/automount.c index 7b397c9b9b..eb9c3d3c1d 100644 --- a/automount.c +++ b/automount.c @@ -17,7 +17,7 @@ static int automount_init(Unit *u) { exec_context_init(&a->exec_context); /* Load a .automount file */ - if ((r = unit_load_fragment(u)) < 0 && errno != -ENOENT) + if ((r = unit_load_fragment(u)) < 0) return r; /* Load entry from /etc/fstab */ |