1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 00:33:53 -05:00

Remove FLAG_INTERACTIVE.

This is simpler than FLAG_VERBOSE: everywhere we need to check it, we
have a Seat available, so we can just make it a Seat query method.
This commit is contained in:
Simon Tatham
2020-01-30 06:40:21 +00:00
parent d20d3b20fd
commit dc59fcf8e3
14 changed files with 39 additions and 24 deletions

View File

@ -121,6 +121,7 @@ static const SeatVtable server_seat_vt = {
nullseat_stripctrl_new,
nullseat_set_trust_status,
nullseat_verbose_no,
nullseat_interactive_no,
};
static void server_socket_log(Plug *plug, int type, SockAddr *addr, int port,