diff options
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; |