warp-vpn

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

commit a43076be7e8602d699509b85de159b658d3b8f09
parent 69b5e4f94b99247f8d93780663a466e6611e64c4
Author: sin <sin@2f30.org>
Date:   Thu, 14 Apr 2016 11:07:33 +0100

cast

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

diff --git a/util.c b/util.c @@ -126,7 +126,7 @@ ipversion(unsigned char *pkt) case 6: return AF_INET6; default: - logwarn("unknown protocol version: %d", ip->ip_v); + logwarn("unknown protocol version: %d", (int)ip->ip_v); break; } return -1;