diff options
Diffstat (limited to 'vold/uevent.c')
| -rw-r--r-- | vold/uevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vold/uevent.c b/vold/uevent.c index 3b7e53b..b1a6944 100644 --- a/vold/uevent.c +++ b/vold/uevent.c @@ -72,7 +72,7 @@ static struct uevent_dispatch dispatch_table[] = { }; static boolean low_batt = false; -static boolean door_open = false; +static boolean door_open = true; int process_uevent_message(int socket) { |
