Skip to content
Snippets Groups Projects
Commit 83b07a5c authored by Simon Tatham's avatar Simon Tatham
Browse files

Fix downright weird line breaking.

How on earth did that get there?!
parent 767a3a0f
No related branches found
No related tags found
No related merge requests found
...@@ -407,8 +407,7 @@ Socket *new_connection(SockAddr *addr, const char *hostname, ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment