X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.c;h=5e669c5d323a4b657e741176790f77d402b37bec;hp=84f2d97edae77e8cbb4830674c07929b051ffadb;hb=032ff4afc953cae076ce0ee6a0b85020eeb1a75a;hpb=6124958c7bda3fed9b079e8217781480797703f5 diff --git a/src/automount.c b/src/automount.c index 84f2d97ed..5e669c5d3 100644 --- a/src/automount.c +++ b/src/automount.c @@ -40,7 +40,7 @@ static const UnitActiveState state_translation_table[_AUTOMOUNT_STATE_MAX] = { [AUTOMOUNT_DEAD] = UNIT_INACTIVE, [AUTOMOUNT_WAITING] = UNIT_ACTIVE, [AUTOMOUNT_RUNNING] = UNIT_ACTIVE, - [AUTOMOUNT_MAINTENANCE] = UNIT_INACTIVE_MAINTENANCE + [AUTOMOUNT_MAINTENANCE] = UNIT_MAINTENANCE }; static int open_dev_autofs(Manager *m);