warp-vpn

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

commit 2d3560eed3dd059a95122ee38315e578deeef495
parent 3e666b5ab81704b4adbf49e362c8fa3d82f7c83a
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 10:15:18 +0000

fix newline

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

diff --git a/stun.c b/stun.c @@ -145,7 +145,6 @@ readtun(int fd, unsigned char *buf, int len) { return read(fd, buf, len); } - #else int opentun(char *tundev)