vpn: Missed a ; in the header
authorPhilipp Tölke <toelke@in.tum.de>
Mon, 28 Jun 2010 12:37:49 +0000 (12:37 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Mon, 28 Jun 2010 12:37:49 +0000 (12:37 +0000)
note: always type "make" before commiting!

src/vpn/packet.h

index 84169b531e689dae0f69daab385a5a3f354bf8bc..643657db38c5608e4b78413574f17a1a56d00442 100644 (file)
@@ -36,7 +36,7 @@ struct udp_pkt {
        unsigned dpt:16;
        unsigned len:16;
        unsigned crc:16;
-}
+};
 
 struct dns_pkt {
        unsigned id:16;
@@ -59,7 +59,7 @@ struct dns_pkt {
        unsigned nscount:16; // number of authority-records
        unsigned arcount:16; // number of additional records
        unsigned char data[1];
-}
+};
 
 struct ip6_pkt {
        struct pkt_tun tun;