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)
commit6a51d89cf706bcefce1861a1a66d40ef7d7db43b
tree0a043d5b759017277a1cff1dcf1179170121e83e
parentd7636352ce359e807b392a6e5ac0a6aeff4a63d2
Replace bogus #else with #endif.

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.
src/bsd/device.c