stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 134b03340534cd21621e6dd201081413155a26a4
parent 23900e2d9107cdff383462c2e00f99886baecbd5
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 14:56:47 +0000

remove unused var

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

diff --git a/stun.c b/stun.c @@ -601,7 +601,7 @@ int main(int argc, char *argv[]) { char *pw; - int ret, tunfd; + int tunfd; ARGBEGIN { case 'd':