1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +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, if ((sret = platform_new_connection(addr, hostname, port, privport,
oobinline, nodelay, keepalive, oobinline, nodelay, keepalive,
plug, conf)) != plug, conf)) != NULL)
NULL)
return sret; return sret;
ret = snew(ProxySocket); ret = snew(ProxySocket);