diff options
author | Matthew Miller <mattdm@mattdm.org> | 2010-08-31 00:17:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-31 00:17:56 +0200 |
commit | 74ac3cbd509de2f5995542aa5db39328e8cbd22a (patch) | |
tree | 9836d146be88e690d0680c1629b1674736b6258b /src/automount.h | |
parent | c88e7f4e57fcef7998dcd570e8a8866c5116f0de (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.h | 2 |
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; |