warp-vpn

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

commit dff9366c931b22e13eb96618d6e3762347546db7
parent cb2d934aea9637edc89ad27fe86bacf0e7c4cf85
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 23:03:19 +0100

style fix

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

diff --git a/netpkt.c b/netpkt.c @@ -72,7 +72,6 @@ netwrite(int fd, unsigned char *pt, size_t ptlen, size_t *outlen) total += n; buflen -= n; } - return PKTCOMPLETE; }