From: Ray Strode Date: Tue, 3 Dec 2013 21:51:38 +0000 (-0500) Subject: main: don't unredirect /dev/console from on_show_splash X-Git-Tag: 0.9.0~65^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdd4fc0e132792e446d431cc111e95e7d3448e9;p=thirdparty%2Fplymouth.git main: don't unredirect /dev/console from on_show_splash The code that's there, doesn't make much sense, so this commit removes it. --- diff --git a/src/main.c b/src/main.c index 283833cd..fb0b90e0 100644 --- a/src/main.c +++ b/src/main.c @@ -949,12 +949,6 @@ on_show_splash (state_t *state) if (!state->is_attached && state->should_be_attached && has_display) attach_to_running_session (state); - if (!has_display) - { - ply_trace ("no open seats"); - detach_from_running_session (state); - } - if (plymouth_should_show_default_splash (state)) { show_default_splash (state);