warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit fa31cd37574311ccb8c247c3458176932e32099e
parent 03cfca7969ac394bb7df38d8bd1e1c7565080d55
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 17:15:20 +0100

remove bogus close

Diffstat:
Mclient.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/client.c b/client.c @@ -35,7 +35,6 @@ clientconnect(char *host, char *port) } freeaddrinfo(ai); if (!p) { - close(netfd); logwarn("failed to connect to %s:%s", host, port); return -1; }