mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-20 05:11:03 +01:00
Two minor cosmetic changes
This commit is contained in:
parent
2a34a30b42
commit
8abc78331b
@ -369,7 +369,7 @@ sub generate_script_3($) {
|
|||||||
|
|
||||||
mark_firewall_not_started;
|
mark_firewall_not_started;
|
||||||
|
|
||||||
emit ('',
|
emit ( '',
|
||||||
'delete_proxyarp',
|
'delete_proxyarp',
|
||||||
''
|
''
|
||||||
);
|
);
|
||||||
|
@ -1371,7 +1371,6 @@ sub pop_include() {
|
|||||||
# This function is normally called below in read_a_line() when EOF is reached. Clients of the
|
# This function is normally called below in read_a_line() when EOF is reached. Clients of the
|
||||||
# module may also call the function to close the file before EOF
|
# module may also call the function to close the file before EOF
|
||||||
#
|
#
|
||||||
|
|
||||||
sub close_file() {
|
sub close_file() {
|
||||||
if ( $currentfile ) {
|
if ( $currentfile ) {
|
||||||
my $result = close $currentfile;
|
my $result = close $currentfile;
|
||||||
|
Loading…
Reference in New Issue
Block a user