1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Set cfg.ssh_simple in Windows Plink when there are no forwardings.

Unix Plink had had this for ages, but for some reason I didn't add it to
Windows Plink at the same time.
This commit is contained in:
Ben Harris
2016-04-15 22:58:26 +01:00
parent 34add87ad2
commit b22c0b6f3e
2 changed files with 12 additions and 1 deletions

View File

@ -961,7 +961,7 @@ int main(int argc, char **argv)
uxsel_init();
/*
* Unix Plink doesn't provide any way to add forwardings after the
* Plink doesn't provide any way to add forwardings after the
* connection is set up, so if there are none now, we can safely set
* the "simple" flag.
*/