diff options
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); |