mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix downright weird line breaking.
How on earth did that get there?!
This commit is contained in:
parent
767a3a0fd7
commit
83b07a5c67
3
proxy.c
3
proxy.c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user