X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_packet.c;h=8f47f23f2fabb718abca875b20aeddb691dcff20;hp=0828525f345ed1b59a5b79c8f05c9a7e14a6a976;hb=570e7e9c615388cfba263c7a7c66cbc3d092d6e7;hpb=f4e80cc5e0d1689bcdd828ac7f158bd634b7dd20 diff --git a/src/net_packet.c b/src/net_packet.c index 0828525f..8f47f23f 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net_packet.c,v 1.1.2.38 2003/08/16 12:40:01 guus Exp $ + $Id: net_packet.c,v 1.1.2.39 2003/08/22 11:18:42 guus Exp $ */ #include "system.h" @@ -392,7 +392,6 @@ void flush_queue(node_t *n) void handle_incoming_vpn_data(int sock) { vpn_packet_t pkt; - int x, l = sizeof(x); char *hostname; sockaddr_t from; socklen_t fromlen = sizeof(from);