mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Merge branch 'obsd-master'
This commit is contained in:
commit
ed17760a52
@ -454,7 +454,7 @@ tty_term_find(char *name, int fd, char **cause)
|
|||||||
if (n == -1)
|
if (n == -1)
|
||||||
break;
|
break;
|
||||||
code->type = TTYCODE_FLAG;
|
code->type = TTYCODE_FLAG;
|
||||||
code->value.number = n;
|
code->value.flag = n;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user