summaryrefslogtreecommitdiff
path: root/src/automount.h
diff options
context:
space:
mode:
authorMatthew Miller <mattdm@mattdm.org>2010-08-31 00:17:56 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-31 00:17:56 +0200
commit74ac3cbd509de2f5995542aa5db39328e8cbd22a (patch)
tree9836d146be88e690d0680c1629b1674736b6258b /src/automount.h
parentc88e7f4e57fcef7998dcd570e8a8866c5116f0de (diff)
manager: rename 'maintenance' state to 'failed' to avoid user confusion
https://bugzilla.redhat.com/show_bug.cgi?id=614619
Diffstat (limited to 'src/automount.h')
-rw-r--r--src/automount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.h b/src/automount.h
index 9786222d11..1a6cc98fd1 100644
--- a/src/automount.h
+++ b/src/automount.h
@@ -30,7 +30,7 @@ typedef enum AutomountState {
AUTOMOUNT_DEAD,
AUTOMOUNT_WAITING,
AUTOMOUNT_RUNNING,
- AUTOMOUNT_MAINTENANCE,
+ AUTOMOUNT_FAILED,
_AUTOMOUNT_STATE_MAX,
_AUTOMOUNT_STATE_INVALID = -1
} AutomountState;