batman-adv: Fix signedness problem in parse_gw_bandwidth
authorSven Eckelmann <sven@narfation.org>
Sat, 4 Jun 2011 12:00:49 +0000 (14:00 +0200)
committerSven Eckelmann <sven@narfation.org>
Thu, 9 Jun 2011 18:40:38 +0000 (20:40 +0200)
strict_strtoul as used in parse_gw_bandwidth is defined for unsigned
long and strict_strtol should be used instead for long.

Signed-off-by: Sven Eckelmann <sven@narfation.org>

No differences found