commit 35b939d07ab5af5b37d51a777a5363e01962e453 parent a43076be7e8602d699509b85de159b658d3b8f09 Author: sin <sin@2f30.org> Date: Thu, 14 Apr 2016 11:08:13 +0100 cleanup Diffstat:
M | tunnel.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tunnel.c b/tunnel.c @@ -29,8 +29,6 @@ tunnel(int netfd, int devfd) if ((af = ipversion(buf)) > 0) devwrite(devfd, buf, outlen, af); } else { - /* address family does not need to be specified - * for TAP devices */ devwrite(devfd, buf, outlen, -1); } }