Replace bogus #else with #endif.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 15:55:42 +0000 (16:55 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 2 Jan 2011 15:55:42 +0000 (16:55 +0100)
Found by cppcheck, which complained about lenin not being initialized, but the
real problem is that reading packets would fail when using code compiled with
--tunemu on a normal tun device.


No differences found