]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
remove spurious disabling of console redirection
authorWilliam Jon McCann <jmccann@redhat.com>
Thu, 26 Feb 2009 05:44:26 +0000 (00:44 -0500)
committerWilliam Jon McCann <jmccann@redhat.com>
Thu, 26 Feb 2009 14:41:58 +0000 (09:41 -0500)
Revert accidental commit from:
6b9011d164201951af27f65163519b194d301572

src/libply/ply-terminal-session.c

index 48496d7c5e95181e123303e3cf37eb84473f856a..1b491982c725d63a5eddcd47dd8f60db0cd02257 100644 (file)
@@ -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))