firewall3: fix left shift on 64 bit systems in fw3_bitlen2netmask
authorUlrich Weber <uweber.linux@gmail.com>
Mon, 5 Jan 2015 14:58:34 +0000 (15:58 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 14:30:37 +0000 (15:30 +0100)
commitc03e20d7f594058ff223f30cf34de1b5e8210b8d
treef0d59bba740dd6b270f643888221961c5b40c7c2
parentb59934331c4b9271ceb5e30b793a552618299d39
firewall3: fix left shift on 64 bit systems in fw3_bitlen2netmask

otherwise 0.0.0.0/0 is set as 0.0.0.0/255.255.255.255 on x86_64

Signed-off-by: Ulrich Weber <uw@ocedo.com>
utils.c