mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
iptaccount: fix being a no-op program
A PPC system has been observed where "char" is unsigned; with that, the getopt loop will never terminate because optchar != -1 could not happen.
This commit is contained in:
@@ -7,6 +7,7 @@ v2.2 (2013-03-07)
|
||||
=================
|
||||
Enhancements:
|
||||
- Support for Linux 3.9
|
||||
- iptaccount: fix entire program being erroneously optimized away on PPC
|
||||
|
||||
|
||||
v2.1 (2012-11-27)
|
||||
|
Reference in New Issue
Block a user