Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-10-13 10:01:08 +01:00
4 changed files with 24 additions and 3 deletions

4
tty.c
View File

@@ -412,8 +412,8 @@ void
tty_repeat_requests(struct tty *tty, int force)
{
struct client *c = tty->client;
time_t t = time(NULL);
u_int n = t - tty->last_requests;
time_t t = time(NULL);
u_int n = t - tty->last_requests;
if (~tty->flags & TTY_STARTED)
return;