From: William Jon McCann Date: Thu, 26 Feb 2009 05:44:26 +0000 (-0500) Subject: remove spurious disabling of console redirection X-Git-Tag: 0.7.0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68840ca3ee587c59b810d5a33298618820b2810;p=thirdparty%2Fplymouth.git remove spurious disabling of console redirection Revert accidental commit from: 6b9011d164201951af27f65163519b194d301572 --- diff --git a/src/libply/ply-terminal-session.c b/src/libply/ply-terminal-session.c index 48496d7c..1b491982 100644 --- a/src/libply/ply-terminal-session.c +++ b/src/libply/ply-terminal-session.c @@ -237,7 +237,6 @@ ply_terminal_session_run (ply_terminal_session_t *session, look_in_path = (flags & PLY_TERMINAL_SESSION_FLAGS_LOOK_IN_PATH) != 0; should_redirect_console = (flags & PLY_TERMINAL_SESSION_FLAGS_REDIRECT_CONSOLE) != 0; - should_redirect_console = 0; ply_trace ("creating terminal device"); if (!ply_terminal_create_device (session->terminal))