[Bug 20] problems with static linking of iptables-1.2.7
bugzilla-daemon@netfilter.org
bugzilla-daemon@netfilter.org
Thu, 06 Mar 2003 12:55:55 +0100
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=20
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From laforge@netfilter.org 2003-03-06 12:55 -------
the second hunk was already in CVS (maybe slightly after the snapshot you were
using was created). The first hunk is a compiler stupidity. ret can never be
used uninitialized, since the only case where it is not initialized terminates
unconditionally with 'continue'.
applying it to make gcc happy...
thanks.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.