warp-vpn

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

commit 7daf46dcb6bd8da58c4574b13114560842e7f74d
parent a36ab6ee34098d18982bb2b5ae89f40d48cf588a
Author: sin <sin@2f30.org>
Date:   Tue, 29 Mar 2016 11:39:35 +0100

move comment

Diffstat:
Mstun.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stun.c b/stun.c @@ -832,8 +832,8 @@ main(int argc, char *argv[]) if (sflag) return serversetup(devfd); - /* auto-reconnect client */ revokeprivs(); + /* auto-reconnect client */ for (;;) { clientsetup(devfd); sleep(RECONNECTTIMEO);