diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-07 03:08:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-07 03:08:00 +0100 |
commit | 0ec5543c4c0318552a4dcdd83210793347b93081 (patch) | |
tree | 9de7421842bd9d1e274ae5943cab1f11dcc7cc86 /src/run | |
parent | f7ad54a301e4ae8dceab54d3ab3934e56c1134ea (diff) |
machinectl: make sure that "machinectl login" exits immediately when the machine it is connected to dies
Diffstat (limited to 'src/run')
-rw-r--r-- | src/run/run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run/run.c b/src/run/run.c index 22abb0ebbb..d6d0b42d15 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -789,7 +789,7 @@ static int start_transient_service( if (r < 0) return log_error_errno(r, "Failed to run event loop: %m"); - pty_forward_last_char(forward, &last_char); + pty_forward_get_last_char(forward, &last_char); forward = pty_forward_free(forward); |