forked from extern/shorewall_code
Document change to params processing
This commit is contained in:
parent
0455673bcb
commit
5761bfd7d1
@ -2909,7 +2909,7 @@ sub get_params() {
|
|||||||
if ( /^(.*?)=(.*)$/ ) {
|
if ( /^(.*?)=(.*)$/ ) {
|
||||||
$params{$1} = $2 unless $1 eq '_';
|
$params{$1} = $2 unless $1 eq '_';
|
||||||
} else {
|
} else {
|
||||||
assert(0);
|
warning_message "Unrecognized output from 'env' ($_) ignored";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Changes in Shorewall 4.4.16
|
Changes in Shorewall 4.4.16
|
||||||
|
|
||||||
None.
|
1) Change assertion into a warning in getparams.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.15
|
Changes in Shorewall 4.4.15
|
||||||
|
|
||||||
|
@ -13,7 +13,13 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
|||||||
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
None.
|
1) If the output of 'env' contained a multi-line value, then
|
||||||
|
compilation failed with an Internal Error. The code has been
|
||||||
|
changed so that the compiler now emits a warning and continues:
|
||||||
|
|
||||||
|
WARNING: Unrecognized output from 'env' (...) ignored
|
||||||
|
|
||||||
|
where ... is the output.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
I I. K N O W N P R O B L E M S R E M A I N I N G
|
I I. K N O W N P R O B L E M S R E M A I N I N G
|
||||||
|
Loading…
Reference in New Issue
Block a user