mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Remove a couple of mistaken references to Telnet in comments.
[originally from svn r5853]
This commit is contained in:
parent
203a25d502
commit
a7097f7e86
4
ssh.c
4
ssh.c
@ -8063,7 +8063,7 @@ static void ssh_reconfig(void *handle, Config *cfg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called to send data down the Telnet connection.
|
* Called to send data down the SSH connection.
|
||||||
*/
|
*/
|
||||||
static int ssh_send(void *handle, char *buf, int len)
|
static int ssh_send(void *handle, char *buf, int len)
|
||||||
{
|
{
|
||||||
@ -8220,7 +8220,7 @@ static const struct telnet_special *ssh_get_specials(void *handle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Send Telnet special codes. TS_EOF is useful for `plink', so you
|
* Send special codes. TS_EOF is useful for `plink', so you
|
||||||
* can send an EOF and collect resulting output (e.g. `plink
|
* can send an EOF and collect resulting output (e.g. `plink
|
||||||
* hostname sort').
|
* hostname sort').
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user