Add socket input comment

This commit is contained in:
Martin Lund 2022-11-21 17:16:14 +01:00
parent 1aaecef419
commit a4f0d4da53

View file

@ -1370,6 +1370,7 @@ int tty_connect(void)
} }
else else
{ {
/* Input from socket ready */
forward = socket_handle_input(&rdfs, &output_char); forward = socket_handle_input(&rdfs, &output_char);
if (forward) if (forward)