Fix compile for export

This commit is contained in:
Tom Eastep 2009-05-03 09:01:33 -07:00
parent 16826aeb31
commit 90b07d849d
3 changed files with 6 additions and 1 deletions

View File

@ -837,7 +837,7 @@ sub compiler {
# #
# And generate the auxilary config file # And generate the auxilary config file
# #
generate_aux_config if $export; enable_object, generate_aux_config if $export;
} }
close_log if $log; close_log if $log;

View File

@ -15,6 +15,8 @@ Changes in Shorewall 4.3.10
7) Remove IPMARK support. 7) Remove IPMARK support.
8) Fix compile for export.
Changes in Shorewall 4.3.9 Changes in Shorewall 4.3.9
1) Logging rules now create separate chain. 1) Logging rules now create separate chain.

View File

@ -208,6 +208,9 @@ None.
/etc/shorewall/masq is now deprecated. Entering the name of an /etc/shorewall/masq is now deprecated. Entering the name of an
interface there will result in a compile-time warning. interface there will result in a compile-time warning.
5) Compile for export (such as in the 'shorewall reload' command)
caused the compiler to fail with an internal error.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
N E W F E A T U R E S IN 4 . 3 N E W F E A T U R E S IN 4 . 3
---------------------------------------------------------------------------- ----------------------------------------------------------------------------