Make handle_incoming_vpn_packet compile

This commit is contained in:
thorkill 2015-12-10 17:26:18 +01:00
parent 07ec2d2eb2
commit eb84af49fa

View file

@ -1409,7 +1409,6 @@ static void handle_incoming_vpn_packet(listen_socket_t *ls, vpn_packet_t *pkt, s
node_id_t nullid = {};
node_t *from, *to;
bool direct = false;
UNUSED(flags);
sockaddrunmap(addr); /* Some braindead IPv6 implementations do stupid things. */