1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00

Fix downright weird line breaking.

How on earth did that get there?!
This commit is contained in:
Simon Tatham 2021-02-13 10:11:30 +00:00
parent 767a3a0fd7
commit 83b07a5c67

View File

@ -407,8 +407,7 @@ Socket *new_connection(SockAddr *addr, const char *hostname,
if ((sret = platform_new_connection(addr, hostname, port, privport,
oobinline, nodelay, keepalive,
plug, conf)) !=
NULL)
plug, conf)) != NULL)
return sret;
ret = snew(ProxySocket);