temporarily commented out unused variable

This commit is contained in:
Joseph Henry
2017-11-29 17:04:55 -08:00
parent ea0c953ad2
commit 539fe25d1e

View File

@@ -235,7 +235,7 @@ void lwip_eth_rx(VirtualTap *tap, const ZeroTier::MAC &from, const ZeroTier::MAC
// Routing
struct ip_hdr *iphdr;
ip_addr_t iphdr_dest;
//ip_addr_t iphdr_dest;
switch (((struct eth_hdr *)p->payload)->type)
{
case PP_HTONS(ETHTYPE_IPV6): {