summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-02-06 14:42:40 -0500
committerRay Strode <rstrode@redhat.com>2014-02-06 14:42:40 -0500
commit1628320b093e3605e91f0aa7183b6859920a0a85 (patch)
treead6db2135f06efc2c588e7c52409c940d64ac668
parentb87a016cc8ff94cf7f8686173fd161a5cb50f455 (diff)
main: don't nullify local_console_terminal in quit_splash
quit_splash gets called on hide-splash so nullify the terminal will make it unavailable on later show-splash calls.
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 91e06493..1f9f6dd5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1069,7 +1069,6 @@ quit_splash (state_t *state)
ply_trace ("Not retaining splash, so deallocating VT");
ply_terminal_deactivate_vt (state->local_console_terminal);
}
- state->local_console_terminal = NULL;
}
detach_from_running_session (state);