mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 03:28:04 +02:00
Revert "Don't wait forever for a ping reply."
This reverts commit 55902cedde
This commit is contained in:
parent
a3798ec4c5
commit
03e7789503
1 changed files with 0 additions and 9 deletions
|
|
@ -75,13 +75,6 @@ typedef struct
|
|||
char *keys;
|
||||
} key_answer_state_t;
|
||||
|
||||
ply_event_loop_timeout_handler_t timeout_handler(void *user_data)
|
||||
{
|
||||
ply_event_loop_t *loop = user_data;
|
||||
ply_trace ("ping: timed out waiting for plymouthd");
|
||||
ply_event_loop_exit(loop, 1);
|
||||
}
|
||||
|
||||
static char **
|
||||
split_string (const char *command,
|
||||
const char delimiter)
|
||||
|
|
@ -1152,8 +1145,6 @@ main (int argc,
|
|||
on_success,
|
||||
(ply_boot_client_response_handler_t)
|
||||
on_failure, &state);
|
||||
ply_event_loop_watch_for_timeout (state.loop, 30.0,
|
||||
timeout_handler, state.loop);
|
||||
} else if (should_check_for_active_vt) {
|
||||
ply_boot_client_ask_daemon_has_active_vt (state.client,
|
||||
(ply_boot_client_response_handler_t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue