Eliminate 'unitialized variable' warning.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-07-15 08:35:35 -07:00
parent d530ac8759
commit 50d1dbc237
4 changed files with 10 additions and 1 deletions

View File

@ -242,6 +242,7 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
OWNER_MATCH => 'Owner Match',
IPSET_MATCH => 'Ipset Match',
OLD_IPSET_MATCH => 'Old Ipset Match',
IPSET_V5 => 'Version 5 IPSETs',
CONNMARK => 'CONNMARK Target',
XCONNMARK => 'Extended CONNMARK Target',
CONNMARK_MATCH => 'Connmark Match',

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.21.1
1) Update release documents.
2) Add IPSET_V5 to %capdesc.
Changes in Shorewall 4.4.21 Final
1) Update release documents.

View File

@ -1,2 +1,6 @@
1) On systems running Upstart, shorewall-init cannot reliably secure
the firewall before interfaces are brought up.
2) A harmless 'unitialized variable' diagnostic is issued by the
compiler when it is displaying the capabilities.

View File

@ -15,7 +15,9 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
4.4.21.1
None.
1) A harmless Perl runtime "uninitialized variable" diagnostic has
been eliminated from the compiler. The diagnostic was issued while
displaying the capabilities.
4.4.21 Final